savannabits / admin-translations
Translation manager for savannabits/admin-ui
Requires
- php: ^7.2.5
- illuminate/console: ^6.0|^7.0
- illuminate/container: ^6.0|^7.0
- illuminate/contracts: ^6.0|^7.0
- illuminate/database: ^6.0|^7.0
- illuminate/support: ^6.0|^7.0
- savannabits/admin-listing: ^7.0
- savannabits/admin-ui: ^7.0
- savannabits/translatable: ^7.0
Requires (Dev)
- doctrine/dbal: ~2.5.13|^2.6
- mockery/mockery: ^1.0
- orchestra/testbench: ~4.0
- phpunit/phpunit: ^8.5
This package is auto-updated.
Last update: 2024-10-15 23:21:17 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 (savannabits/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
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.