mikelmi/mks-engine

CMS Laravel Framework.
10
Install
composer require mikelmi/mks-engine
Latest Version:v2.4
PHP:>=7.0
License:MIT
Last Updated:Dec 5, 2017
Links: GitHub  ·  Packagist
Maintainer: mikelmi

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

Related Packages

helori/laravel-cms

Work still in progress... Secured admin panel, website components creation, AMP...

257 5
spatie/laravel-medialibrary

Associate files with Eloquent models

45,713,789 6,158
czim/laravel-pxlcms

Laravel adapter for the PXL CMS

1,634 2
mikkokut/prismic-laravel

Integrates the Prismic PHP development kit with Laravel.

1,416 1