Download the PHP package moltox/yabe without Composer
On this page you can find all versions of the php package moltox/yabe. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Vendor moltox
Package yabe
Short Description YetAnotherBackend -> User and Permission Backend
License MIT
Package yabe
Short Description YetAnotherBackend -> User and Permission Backend
License MIT
Please rate this library. Is it a good library?
Informations about the package yabe
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
All versions of yabe with dependencies
PHP Build Version
Package Version
Requires
spatie/laravel-permission Version
^3.2
spatie/eloquent-sortable Version ^3.7
davejamesmiller/laravel-breadcrumbs Version 5.x
spatie/eloquent-sortable Version ^3.7
davejamesmiller/laravel-breadcrumbs Version 5.x
The package moltox/yabe contains the following files
Loading the files please wait ....