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: 2025-05-24 20:57:47 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