moltox/yabe

YetAnotherBackend -> 用户和权限后端

维护者

详细信息

github.com/moltox/yabe

源代码

问题

安装: 27

依赖者: 0

建议者: 0

安全: 0

星标: 0

关注者: 2

分支: 0

公开问题: 0

语言:HTML

0.3.4 2020-01-25 18:27 UTC

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