Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
readme updated
  • Loading branch information
hakobyansen committed Jul 25, 2020
commit 024ae49b3fcfbea4667ba4caa3a45dbbda0d8b2a
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
> This fork is to fix the package to be installable on laravel v7

# ENTRUST (Laravel 5 Package)

[![Build Status](https://travis-ci.org/Zizaco/entrust.svg)](https://travis-ci.org/Zizaco/entrust)
Expand Down Expand Up @@ -40,7 +42,7 @@ contains the latest entrust version for Laravel 4.
1) In order to install Laravel 5 Entrust, just add the following to your composer.json. Then run `composer update`:

```json
"zizaco/entrust": "5.2.x-dev"
"codebot/entrust": "^1.0"
```

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