GithubHelp home page GithubHelp logo

lcp0578 / laravel-promise Goto Github PK

View Code? Open in Web Editor NEW

This project forked from torann/laravel-promise

0.0 3.0 0.0 196 KB

Simple Roles and Permissions for Laravel 5.

License: BSD 2-Clause "Simplified" License

PHP 100.00%

laravel-promise's Introduction

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

laravel-promise's People

Contributors

torann avatar

Watchers

James Cloos avatar lcpeng avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.