2017 © Pedro Peláez
 

library promise

Simple Roles and Permissions for Laravel 5.

image

torann/promise

Simple Roles and Permissions for Laravel 5.

  • Wednesday, May 30, 2018
  • by torann
  • Repository
  • 1 Watchers
  • 14 Stars
  • 1,060 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 0 Open issues
  • 4 Versions
  • 1 % Grown

The README.md

Promise for Laravel 5

Latest Stable Version Total Downloads Build Status, (*1)

Simple Roles and Permissions for Laravel 5. Homepage, (*2)


Installation

To get the latest version of Promise simply require it in your composer.json file., (*3)

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

You'll then need to run composer install to download it and have the autoloader updated., (*4)

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

'providers' => array(

    'Torann\Promise\PromiseServiceProvider',

)

Publish the configurations and migration

Run this on the command line from the root of your project:, (*6)

$ php artisan vendor:publish

A configuration file will be publish to config/promise.php and a migration file to database/migrations/, (*7)

Documentation

View the official documentation., (*8)

Change Log

v0.2.0

  • Upgrade to Laravel 5

v0.1.0

  • First release

The Versions

30/05 2018

dev-master

9999999-dev

Simple Roles and Permissions for Laravel 5.

  Sources   Download

BSD-2-Clause BSD 2-Clause

The Requires

 

The Development Requires

laravel user roles permissions laravel 5 promise group

15/02 2015

0.2.0

0.2.0.0

Simple Roles and Permissions for Laravel 5.

  Sources   Download

BSD 2-Clause

The Requires

 

The Development Requires

laravel user roles permissions laravel 5 promise group

22/12 2014

0.1.1

0.1.1.0

Simple Roles and Permissions for Laravel 4.

  Sources   Download

BSD 2-Clause

The Requires

 

The Development Requires

laravel user roles permissions promise group

04/09 2014

0.1.0

0.1.0.0

Simple Roles and Permissions for Laravel 4.

  Sources   Download

BSD 2-Clause

The Requires

 

The Development Requires

laravel user roles permissions promise group