dcms / core
"DCMS Core 包,包含基本的登录和默认仪表板功能"
v2.0
2018-12-06 09:11 UTC
Requires
- barryvdh/laravel-debugbar: ^3.2
- baum/baum: ^1.1
- laravelcollective/html: ^5.4.0
- spatie/laravel-permission: ^2.28
- yajra/laravel-datatables-oracle: ~8.0
This package is auto-updated.
Last update: 2024-09-18 20:34:59 UTC
README
此包设置了登录、仪表板、用户、设置的路线和控制器。SQL 文件夹包含要在您的数据库中执行的 SQL 脚本。您需要在 app/database.php 中配置一个新的数据库,命名为 "project"。
config/app.php 中的额外配置
新提供者
Dcms\Core\CoreServiceProvider::class,
新别名
'Input' => Illuminate\Support\Facades\Input, //we still need this
SQL
执行 SQL 文件夹中的 SQL 脚本。这将创建 3 个表(用户、国家、语言)
数据库
config/database.php
set up the database named "project" where you just ran the SQL from above folder
>>>>>>> origin/master
额外包
- laravelcollective / HTML > composer require laravelcollective/html
- chumper/datatable > composer require chumper/datatable "dev-develop"
待办事项
- chumper/datatable 已过时,建议重写代码以使用 OpenSkill/Datatable