moltox / yabe
YetAnotherBackend -> 用户和权限后端
0.3.4
2020-01-25 18:27 UTC
Requires
This package is auto-updated.
Last update: 2024-09-08 22:34:14 UTC
README
Yabe 0.2
composer require moltox/yabe
在 config/app.php 中添加 moltox\yabe\YabeServiceProvider::class,执行 container composer dump-autoload php artisan vendor:publish
确保在播种前至少有三个用户
$this->call( moltox\yabe\Database\seeds\MenusTableSeeder::class ); $this->call( moltox\yabe\Database\seeds\PermissionsAndRolesSeeder::class );
Add
use Yabe;
use HasRoles;
to User Model