torann/promise

Simple Roles and Permissions for Laravel 5.
1,146 13
Install
composer require torann/promise
Latest Version:0.2.0
PHP:>=5.4.0
License:BSD-2-Clause
Last Updated:May 30, 2018
Links: GitHub  ·  Packagist
Maintainer: torann

Promise for Laravel 5

Latest Stable Version Total Downloads Build Status

Simple Roles and Permissions for Laravel 5. Homepage


Installation

To get the latest version of Promise simply require it in your composer.json file.

"torann/promise": "0.2.*@dev"

You'll then need to run composer install to download it and have the autoloader updated.

Once Promise is installed you need to register the service provider with the application. Open up config/app.php and find the providers key.

'providers' => array(

    'Torann\Promise\PromiseServiceProvider',

)

Publish the configurations and migration

Run this on the command line from the root of your project:

$ php artisan vendor:publish

A configuration file will be publish to config/promise.php and a migration file to database/migrations/

Documentation

View the official documentation.

Change Log

v0.2.0

  • Upgrade to Laravel 5

v0.1.0

  • First release

Related Packages

sbennett/jukumu

Laravel 5 User Roles and Permissions Extension

6 0
rafflesargentina/l5-user-role-and-permission

UserRoleAndPermission Service Provider for Laravel 5

57 0
cellcast/vouch

An Authentication and Authorisation package for Laravel 4

13 2
eunion/roles

Powerful package for handling roles and permissions in Laravel 5.

70 1
sarav/laravel-multiauth

A Simple Laravel Package for handling multiple authentication

31,092 50