PHPackages                             inani/maravel-permissions - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Authentication &amp; Authorization](/categories/authentication)
4. /
5. inani/maravel-permissions

ActiveLibrary[Authentication &amp; Authorization](/categories/authentication)

inani/maravel-permissions
=========================

A Laravel Package that handle roles and permissions for the user

2.1(5y ago)141446MITPHPCI failing

Since May 28Pushed 5y ago5 watchersCompare

[ Source](https://github.com/akiyamaSM/maravel-permissions)[ Packagist](https://packagist.org/packages/inani/maravel-permissions)[ Docs](https://github.com/akiyamaSM/maravel-permissions)[ RSS](/packages/inani-maravel-permissions/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (3)Dependencies (3)Versions (6)Used By (0)

Grant Users the superpower of Marvel characters
===============================================

[](#grant-users-the-superpower-of-marvel-characters)

[![inani-user2](https://user-images.githubusercontent.com/12276076/83249747-f7a65800-a19e-11ea-950f-fdaba4981829.png)](https://user-images.githubusercontent.com/12276076/83249747-f7a65800-a19e-11ea-950f-fdaba4981829.png)

Download
--------

[](#download)

```
composer require inani/maravel-permissions
```

Installation
------------

[](#installation)

Then include the service provider inside `config/app.php`. (You can skipp it if it's in Laravel 5.5 or higher)

```
'providers' => [
    ...
    Inani\Maravel\Providers\MaravelServiceProvider::class,
    ...
];
```

Publish resources, and migrate

```
php artisan vendor:publish
```

PS : You can edit `2020_05_27_221346_add_role_id_to_users` migration to link it with the correct user table

Edit the `config/maravels.php` with the correct values

```
