saarash/permissions

There is no license information available for the latest version (v1) of this package.

v1 2024-03-24 17:19 UTC

This package is auto-updated.

Last update: 2024-09-24 19:34:20 UTC


README

Composer Install

composer require saarash/permissions

Provider in bootstrap/app.php

 'providers' => ServiceProvider::defaultProviders()->merge([
       
        .........

        \saArash\permissions\permissionsProvider::class,
    ])->toArray(),

Publish and Run the migrations

php artisan vendor:publish --tag=permissions

php artisan migrate