Looking to hire Laravel developers? Try LaraJobs

laravel-authorize maintained by sciarcinski

Last update
2018/05/28 12:30 (dev-master)
License
Links
Downloads
93

Comments
comments powered by Disqus

Laravel 5.2 Authorize

==

Installation

  1. Run
composer require sciarcinski/laravel-authorize

in console to install this module

  1. Open config/app.php and:

Service Provider

Sciarcinski\LaravelAuthorize\AccessProvider::class

Facade

'Access' => Sciarcinski\LaravelAuthorize\Facades\Access::class,

Run the vendor:publish command

$ php artisan vendor:publish