A content management system for Laravel project language files.
devs_ryan/laravel-lang-cms is a Laravel package for a content management system for laravel project language files..
It currently has 0 GitHub stars and 4 downloads on Packagist.
Install it with composer require devs_ryan/laravel-lang-cms.
Discover more Laravel packages by devs_ryan
or browse all Laravel packages to compare alternatives.
Last updated

Laravel Lang CMS is a GUI editor for your projects language files. The primary intended use for this package is to avoid the use of lorum ipsum placeholders and waiting on copy to fill them from clients. Instead Laravel Lang CMS allows the option for providing clients direct access to the Lang Editor back end to edit copy as they wish, without the need for setting up back end functionality and datebase storage.
For more information on Laravel language files and how they work see: https://laravel.com/docs/7.x/localization.
composer require devs_ryan/laravel-lang-cmsphp artisan vendor:publish --tag=public --forcephp artisan lang-cms:toggle {--off} {--on}Activate / Diable "view only" mode
php artisan lang-cms:edit {--off} {--on}The default access password is "lang-cms-admin", to change it (reccomended) use:
php artisan lang-cms:set passwordThe default support email address is NULL. The support message in this case states to contact the system admin for help logging in. If you wish to specify a support email address instead use:
php artisan lang-cms:set support_emailLaravel Lang CMS is open-sourced software licensed under the MIT license.