jubairmizan/lara-permission

Associate users with permissions and roles

0.1 2018-12-17 10:00 UTC

This package is auto-updated.

Last update: 2024-09-20 22:12:54 UTC


README

Latest Stable Version Total Downloads Latest Unstable Version License composer.lock

Installing Library on your projects

composer require jubairmizan/lara-permission

Add Providers

Add providers on projects App\Config.php

Jubairmizan\LaraPermission\LaraPermissionServiceProvider::class

After add the providers run composer dump-autoload

Migration

Migrate the Library dependencies Table

php artisan migrate --path=database/migrations/lara_permission

Seeding

Seed the Library dummy record to table

php artisan db:seed --class=LaraPermissionRolesTableSeeder