mikelmi/mks-engine

CMS Laravel Framework.

v2.4 2017-05-26 13:47 UTC

This package is auto-updated.

Last update: 2024-04-24 03:47:02 UTC


README

Server Requirements

  • PHP >= 7.0
  • PDO PHP Extension
  • Mbstring PHP Extension
  • Tokenizer PHP Extension

Installation

  1. Download the project:
composer create-project mikelmi/mks-engine
cd mks-engine
  1. Configure database connection in .env file
  2. Set write permissions for folders (and all of its subfolders): storage/, bootstrap/cache/, public/files/.
  3. Setup application:
php artisan app:install
  1. Configure virtual host to use folder public as 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