Download the PHP package dejwcake/admin-translations without Composer
On this page you can find all versions of the php package dejwcake/admin-translations. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package admin-translations
Admin Translations
Admin Translations is a translation manager package. It scans your codebase and stores all the translations in the database. Once stored it provides nice UI to manage stored translations. It defines a custom translation loader overriding default Laravel's one, so the translations are automatically loaded from the database.
This packages is part of Craftable (brackets/craftable
) - an administration starter kit for Laravel 5. You should definitely have a look :)
You can find full documentation at https://docs.getcraftable.com/#/admin-translations
Composer
To develop this package, you need to have composer installed. To run composer command use:
For composer normalization:
Run tests
To run tests use this docker environment.
To switch between postgresql and mariadb change in docker-compose.yml
DB_CONNECTION environmental variable:
Run code analysis tools
To be sure, that your code is clean, you can run code analysis tools. To do this, run:
For php compatibility:
For code style:
or to fix issues:
For static analysis:
For mess detector:
Issues
Where do I report issues? If something is not working as expected, please open an issue in the main repository https://github.com/BRACKETS-by-TRIAD/craftable.
All versions of admin-translations with dependencies
dejwcake/admin-listing Version ^0.9
dejwcake/admin-ui Version ^0.9
dejwcake/craftable-translatable Version ^0.9
illuminate/console Version ^10.0
illuminate/container Version ^10.0
illuminate/contracts Version ^10.0
illuminate/database Version ^10.0
illuminate/support Version ^10.0
maatwebsite/excel Version ^3.1
psr/http-message Version 1.1