dcms/core
Composer 安装命令:
composer require dcms/core
包简介
"DCMS Core package, has the basic login and default dashboard"
README 文档
README
this package set's up the routes and controllers for login, dashboard, users, settings the SQL folder holds the SQL to execute in your database a new database has to be configured in your app/database.php named "project"
Extra in config/app.php
New provider:
Dcms\Core\CoreServiceProvider::class,
New alias:
'Input' => Illuminate\Support\Facades\Input, //we still need this
SQL
execute the SQL you'll find in the SQL folder This will create 3 tables ( users, countries, languages)
Database
config/database.php
set up the database named "project" where you just ran the SQL from above folder
>>>>>>> origin/master
Extra packages
- laravelcollective / HTML >composer require laravelcollective/html
- chumper/datatable >composer require chumper/datatable "dev-develop"
To Do
- chumper/datatable is out-dated advised to rewrite code to OpenSkill/Datatable
统计信息
- 总下载量: 105
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2016-05-20