# Laratrust (Laravel 5 Package) [![Build Status](https://travis-ci.org/santigarcor/laratrust.svg?branch=master)](https://travis-ci.org/santigarcor/laratrust) [![Latest Stable Version](https://poser.pugx.org/santigarcor/laratrust/v/stable)](https://packagist.org/packages/santigarcor/laratrust) [![Total Downloads](https://poser.pugx.org/santigarcor/laratrust/downloads)](https://packagist.org/packages/santigarcor/laratrust) [![StyleCI](https://styleci.io/repos/59691202/shield)](https://styleci.io/repos/59691202) [![License](https://poser.pugx.org/santigarcor/laratrust/license)](https://packagist.org/packages/santigarcor/laratrust) Laratrust is an easy and flexible way to add roles, permissions and teams authorization to **Laravel 5 (>=5.1.40)**. ## Installation, Configuration and Usage To install, configure and learn how to use Laratrust please go to the [Documentation](http://laratrust.readthedocs.io/). ## What does Laratrust support? - Multiple user models. - Multiple roles and permissions can be attached to users. - Multiple permissions can be attached to roles. - Roles verification. - Permissions verification. - Objects ownership verification. - Multiple roles and permissions can be attached to users within teams. ## License Laratrust is open-sourced software licensed under the [MIT license](http://opensource.org/licenses/MIT). ## Contributing Please report any issue you find in the issues page. Pull requests are more than welcome. ## Note This is a fork of Zizaco's [original code](https://github.com/Zizaco/entrust). Please note that this fork is not used on Zizaco's page at this time, nor is it maintained or contributed to by him.