craftable / admin-translations
Translation manager for craftable/admin-ui
Package info
github.com/et-nik/craftable-admin-translations
Type:project
pkg:composer/craftable/admin-translations
Requires
- php: >=7.1.0
- craftable/admin-auth: ^3.0
- craftable/admin-listing: ^2.0
- craftable/admin-ui: ^3.0
- craftable/translatable: ^1.0
- illuminate/console: 5.5.*|5.6.*|5.7.*|5.8.*
- illuminate/container: 5.5.*|5.6.*|5.7.*|5.8.*
- illuminate/contracts: 5.5.*|5.6.*|5.7.*|5.8.*
- illuminate/database: 5.5.*|5.6.*|5.7.*|5.8.*
- illuminate/support: 5.5.*|5.6.*|5.7.*|5.8.*
Requires (Dev)
- doctrine/dbal: ~2.5.13
- mockery/mockery: ^1.0
- orchestra/testbench: ~3.5|~3.6|~3.7
- phpunit/phpunit: ~6.3|~7.0
This package is auto-updated.
Last update: 2026-06-07 01:50:59 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 (craftable/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.