File tree 2 files changed +12
-0
lines changed
2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change
1
+ language : php
2
+
3
+ php :
4
+ - 5.4
5
+ - 5.5
6
+ - 5.6
7
+ - hhvm
8
+
9
+ before_script :
10
+ - travis_retry composer self-update
11
+ - travis_retry composer install --no-interaction --prefer-source --dev
Original file line number Diff line number Diff line change 5
5
[ ![ Source] ( http://img.shields.io/badge/source-kodeine/laravel--acl-blue.svg?style=flat-square )] ( https://github.com/kodeine/laravel-acl/ )
6
6
[ ![ Build Status] ( http://img.shields.io/travis/kodeine/laravel--acl/master.svg?style=flat-square )] ( https://travis-ci.org/kodeine/laravel-acl )
7
7
[ ![ License] ( http://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square )] ( https://tldrlegal.com/license/mit-license )
8
+ [ ![ Total Downloads] ( http://img.shields.io/packagist/dt/kodeine/laravel-acl.svg?style=flat-square )] ( https://packagist.org/packages/kodeine/laravel-acl )
8
9
9
10
Laravel ACL adds role based permissions to built in Auth System of Laravel 5. Acl middleware protects routes and even crud controller methods.
10
11
You can’t perform that action at this time.
0 commit comments