Skip to content

Commit 1c6e3ea

Browse files
committed
Update README.md
1 parent 7585ffe commit 1c6e3ea

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

README.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,16 @@
66
[![Build Status](http://img.shields.io/travis/kodeine/laravel--acl/master.svg?style=flat-square)](https://travis-ci.org/kodeine/laravel-acl)
77
[![License](http://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](https://tldrlegal.com/license/mit-license)
88

9-
Laravel ACL adds role based permissions to built in Auth System of Laravel 5.
9+
Laravel ACL adds role based permissions to built in Auth System of Laravel 5. Acl middleware protects routes and even crud controller methods.
1010

11-
#### Protect Routes
12-
Laravel Acl middleware can protect routes and even protect crud controller methods.
1311

1412
#### Documentation
15-
Follow along the documentation to find out more.
16-
[Documentation](https://github.com/kodeine/laravel-acl/wiki)
1713

18-
#### Contribution
19-
Feel free to contribute or give suggestions.
14+
Follow along the [Wiki](https://github.com/kodeine/laravel-acl/wiki) to find out more.
15+
16+
#### Contribution guidelines
17+
18+
Support follows PSR-1 and PSR-4 PHP coding standards, and semantic versioning.
19+
20+
Please report any issue you find in the issues page.
21+
Pull requests are welcome.

0 commit comments

Comments
 (0)