Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas committed Feb 28, 2020
1 parent 9350d6f commit 52d0901
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,7 @@
# ENTRUST (Laravel 6 Package)

[![Build Status](https://travis-ci.org/Zizaco/entrust.svg)](https://travis-ci.org/Zizaco/entrust)
[![Version](https://img.shields.io/packagist/v/Zizaco/entrust.svg)](https://packagist.org/packages/zizaco/entrust)
[![License](https://poser.pugx.org/zizaco/entrust/license.svg)](https://packagist.org/packages/zizaco/entrust)
[![Total Downloads](https://img.shields.io/packagist/dt/zizaco/entrust.svg)](https://packagist.org/packages/zizaco/entrust)

[![SensioLabsInsight](https://insight.sensiolabs.com/projects/cc4af966-809b-4fbc-b8b2-bb2850e6711e/small.png)](https://insight.sensiolabs.com/projects/cc4af966-809b-4fbc-b8b2-bb2850e6711e)

Entrust is a succinct and flexible way to add Role-based Permissions to **Laravel 6**.

If you are looking for the Laravel 4 version, take a look [Branch 1.0](https://github.com/Zizaco/entrust/tree/1.0). It
contains the latest entrust version for Laravel 4.

## Contents

- [Installation](#installation)
Expand All @@ -37,10 +27,10 @@ contains the latest entrust version for Laravel 4.

## Installation

1) In order to install Laravel 5 Entrust, just add the following to your composer.json. Then run `composer update`:
1) In order to install Laravel 6 Entrust, just add the following to your composer.json. Then run `composer update`:

```json
"zizaco/entrust": "5.2.x-dev"
"code-orange/entrust": "^2.0"
```

2) Open your `config/app.php` and add the following to the `providers` array:
Expand Down

0 comments on commit 52d0901

Please sign in to comment.