mikelmi/mks-engine
Composer 安装命令:
composer create-project mikelmi/mks-engine
包简介
CMS Laravel Framework.
README 文档
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
.envfile - 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
publicas 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
统计信息
- 总下载量: 10
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2017-04-08