dcms / core
"DCMS Core package, has the basic login and default dashboard"
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: 2025-02-18 21:19:01 UTC
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