brackets / admin-translations
Translation manager for brackets/admin-ui
Package info
github.com/BRACKETS-by-TRIAD/admin-translations
Type:project
pkg:composer/brackets/admin-translations
Requires
- php: ^7.2.5|^7.3.0|^8.0
- brackets/admin-listing: ^3.0
- brackets/admin-ui: ^4.0
- brackets/translatable: ^2.0
- illuminate/console: ^6.0|^7.0|^8.0|^9.0|^10.0
- illuminate/container: ^6.0|^7.0|^8.0|^9.0|^10.0
- illuminate/contracts: ^6.0|^7.0|^8.0|^9.0|^10.0
- illuminate/database: ^6.0|^7.0|^8.0|^9.0|^10.0
- illuminate/support: ^6.0|^7.0|^8.0|^9.0|^10.0
Requires (Dev)
- doctrine/dbal: ~2.5.13|^2.6|^3.5
- mockery/mockery: ^1.0
- orchestra/testbench: ~4.0|~5.0|~6.0|~7.0|~8.0
- phpunit/phpunit: ^8.5|^9.0|^10.0
This package is auto-updated.
Last update: 2026-05-29 01:16: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
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.