PHPackages                             hexters/esms-notification-channel - 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. hexters/esms-notification-channel

Abandoned → [hexters/esms-notification-channel](/?search=hexters%2Fesms-notification-channel)Library[Authentication &amp; Authorization](/categories/authentication)

hexters/esms-notification-channel
=================================

Role &amp; permissions system for laravel

1.0.9(6mo ago)0196MITPHP

Since Jul 2Pushed 6mo agoCompare

[ Source](https://github.com/hexters/esms-notification-channel)[ Packagist](https://packagist.org/packages/hexters/esms-notification-channel)[ Fund](https://www.buymeacoffee.com/hexters)[ GitHub Sponsors](https://github.com/hexters)[ RSS](/packages/hexters-esms-notification-channel/feed)WikiDiscussions main Synced today

READMEChangelogDependenciesVersions (11)Used By (0)

ROLEVEL
-------

[](#rolevel)

Package for hendle role &amp; permission in laravel

### Require

[](#require)

- Bootstrap 4

### Installation

[](#installation)

You can install this package via composer:

```
$ composer require hexters/rolevel

```

Publish vendor from Rolevel

```
$ php artisan vendor:publish --tag=rolevel

```

Put trait to your User Model

```
