Posted: 16-09-2020
MaguttiCms has been updated to Laravel 8.
MaguttiCms now support Laravel 8.
How to Install
- 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
- for shared hosting you can set ASSET_PUBLIC_PATH in .env file (eg ASSET_PUBLIC_PATH='public/')
Server Requirements
- PHP >= 7.3
- BCMath PHP Extension
- Ctype PHP Extension
- Fileinfo PHP extension
- JSON PHP Extension
- Mbstring PHP Extension
- OpenSSL PHP Extension
- PDO PHP Extension
- Tokenizer PHP Extension
- XML PHP Extension