2017 © Pedro Peláez
 

project mks-engine

CMS Laravel Framework.

image

mikelmi/mks-engine

CMS Laravel Framework.

  • Tuesday, December 5, 2017
  • by mikelmi
  • Repository
  • 1 Watchers
  • 0 Stars
  • 10 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 8 Versions
  • 0 % Grown

The README.md

Laravel-based CMS

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


2. Configure database connection in `.env` file
3. Set write permissions for folders (and all of its subfolders): `storage/`, `bootstrap/cache/`, `public/files/`.
4. 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, (*1)

The Versions