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.
Download dejwcake/admin-translations
More information about dejwcake/admin-translations
Files in dejwcake/admin-translations
Package admin-translations
Short Description Translation manager for brackets/admin-ui
License MIT
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 ^1.0
dejwcake/admin-ui Version ^1.0
dejwcake/craftable-translatable Version ^1.0
illuminate/console Version ^12.0
illuminate/container Version ^12.0
illuminate/contracts Version ^12.0
illuminate/database Version ^12.0
illuminate/support Version ^12.0
maatwebsite/excel Version ^3.1
psr/http-message Version ^2.0