jubairmizan/lara-permission

Associate users with permissions and roles

Installs: 14

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/jubairmizan/lara-permission

0.1 2018-12-17 10:00 UTC

This package is auto-updated.

Last update: 2025-10-21 00:15:25 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