Skip to content

Commit 5e268ff

Browse files
Update README.md
1 parent 90b1795 commit 5e268ff

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ $user->can('edit articles');
3535

3636
## Table of contents
3737
* [Installation](#installation)
38+
* [Laravel Compatibility](#laravel-compatibility)
3839
* [Laravel](#laravel)
3940
* [Lumen](#lumen)
4041
* [Usage](#usage)
@@ -63,6 +64,15 @@ $user->can('edit articles');
6364

6465
## Installation
6566

67+
### Laravel Compatibility
68+
69+
Laravel | Package
70+
:---------|:----------
71+
5.x | 1.x or 2.x or 3.x
72+
6.x | 2.x or 3.x
73+
7.x | 3.x
74+
8.x | 3.1.x
75+
6676
### Laravel
6777

6878
You can install the package via composer:

0 commit comments

Comments
 (0)