mikelmi / mks-engine by mikelmi

CMS Laravel Framework.
10
0
1
Package Data
Maintainer Username: mikelmi
Package Create Date: 2016-06-27
Package Last Update: 2017-12-05
Home Page:
Language: PHP
License: MIT
Last Refreshed: 2024-04-18 15:22:06
Package Statistics
Total Downloads: 10
Monthly Downloads: 0
Daily Downloads: 0
Total Stars: 0
Total Watchers: 1
Total Forks: 0
Total Open Issues: 0

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
  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