open source multilingual laravel 5.4 CMS
magutti Cms is released using laravel 5.4
- copy files in your local directory
- rename env.example to .env file and set your db connection data
- run composer install
- run php artisan key:generate
- create db tables importing framework_base.sql file located under the db folder
- to login in the admin panel (http://yourpath/admin)
- email: cmsadmin@magutti.com
- password: password
Code released under the MIT license
If you discover a security vulnerability within maguttiCms, please send an e-mail to at hello@magutti.com. All security vulnerabilities will be promptly addressed.