moltox/yabe

YetAnotherBackend -> User and Permission Backend

Maintainers

Details

github.com/moltox/yabe

Source

Issues

Installs: 27

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

Language:HTML

0.3.4 2020-01-25 18:27 UTC

This package is auto-updated.

Last update: 2024-04-08 21:41:55 UTC


README

Yabe 0.2

composer require moltox/yabe

in config/app.php moltox\yabe\YabeServiceProvider::class, in container composer dump-autoload php artisan vendor:publish

Ensure to have at least three users before seeding:

$this->call( moltox\yabe\Database\seeds\MenusTableSeeder::class ); $this->call( moltox\yabe\Database\seeds\PermissionsAndRolesSeeder::class );

    Add
    use Yabe;
       use HasRoles;
       to User Model