zymawy/ironside-core
Composer 安装命令:
composer require zymawy/ironside-core
包简介
Useful classes you can use for every Laravel project
关键字:
README 文档
README
How To Install
- First Install Laratrust We Relay On It To Manage ACl.
- export the
php artisan vendor:publish --tag="laratrust"config file of the Laratrust and change it to laratrust_seeder and modify LaratrustSeeder. - Do Only
php artisan laratrust:seederSince We Have laratrust migration And We Modify It To Fit Our Needs. - And in the
database/seeds/DatabaseSeeder.phpfile you have to add this to the run method:$this->call(LaratrustSeeder::class); - and
php artisan db:seed - Than
php artisan ironside:db:seedTo Fill Out The Database.
统计信息
- 总下载量: 7
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2018-12-09