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
Requires
- php: >=7.0
- anhskohbo/no-captcha: ^2.3
- artesaos/seotools: ^0.10.0
- cviebrock/eloquent-taggable: ^2.1
- fabpot/goutte: ^3.2
- intervention/image: ^2.3
- kalnoy/nestedset: ^4.2
- laravel/framework: 5.4.*
- laravel/tinker: ~1.0
- lavary/laravel-menu: ^1.6
- league/glide: ^1.2
- league/glide-laravel: ^1.0
- mews/captcha: ^2.1
- mikelmi/mks-admin: ^3.1
- mikelmi/mks-smart-table: ^2.1
- mikelmi/mks-theme: ^2.1
- spatie/laravel-responsecache: ^3.1
- zizaco/entrust: dev-master
Requires (Dev)
- barryvdh/laravel-debugbar: ^2.3
- barryvdh/laravel-ide-helper: ^2.2
- fzaninotto/faker: ~1.4
- mockery/mockery: 0.9.*
- phpunit/phpunit: ~5.0
- symfony/css-selector: 3.2.*
- symfony/dom-crawler: 3.2.*
README
Server Requirements
- PHP >= 7.0
- PDO PHP Extension
- Mbstring PHP Extension
- Tokenizer PHP Extension
Installation
- Download the project:
composer create-project mikelmi/mks-engine
cd mks-engine
- Configure database connection in
.env
file - Set write permissions for folders (and all of its subfolders):
storage/
,bootstrap/cache/
,public/files/
. - Setup application:
php artisan app:install
- 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