mikelmi/mks-engine

CMS Laravel Framework.

Installs: 10

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:project

pkg:composer/mikelmi/mks-engine

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

This package is auto-updated.

Last update: 2025-09-24 07:12:20 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