dejwcake / admin-translations
Translation manager for brackets/admin-ui
Requires
- php: ^8.1
- dejwcake/admin-listing: dev-main
- dejwcake/admin-ui: dev-main
- dejwcake/craftable-translatable: dev-main
- illuminate/console: ^10.0
- illuminate/container: ^10.0
- illuminate/contracts: ^10.0
- illuminate/database: ^10.0
- illuminate/support: ^10.0
- maatwebsite/excel: ^3.1
- psr/http-message: 1.1
Requires (Dev)
- doctrine/dbal: ^3.6
- mockery/mockery: ^1.0
- orchestra/testbench: ~8.5
- phpunit/phpunit: ^10.1
This package is auto-updated.
Last update: 2024-11-07 03:20:14 UTC
README
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
Run tests
To run tests use this docker environment.
docker-compose run -it test vendor/bin/phpunit
To switch between postgresql and mariadb change in docker-compose.yml
DB_CONNECTION environmental variable:
- DB_CONNECTION: pgsql
+ DB_CONNECTION: mysql
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.