mikelmi/mks-engine
Laravel-based CMS
Server Requirements
- PHP >= 7.0
- PDO PHP Extension
- Mbstring PHP Extension
- Tokenizer PHP Extension
Installation
- Download the project:
composer create-project mikelmi/mks-engine
cd mks-engine
- Configure database connection in
.envfile - Set write permissions for folders (and all of its subfolders):
storage/,bootstrap/cache/,public/files/. - Setup application:
php artisan app:install
- Configure virtual host to use folder
publicas DocumentRoot, or you can run php built-in server via laravel artisan command, e.g.:php artisan --port=8000
Administration panel wiil be available by /admin-panel url.
Admin credentials you provided during running app:install command in step 4.
Default credentials:
user: admin@admin.com
password: admin