We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90b1795 commit 5e268ffCopy full SHA for 5e268ff
README.md
@@ -35,6 +35,7 @@ $user->can('edit articles');
35
36
## Table of contents
37
* [Installation](#installation)
38
+ * [Laravel Compatibility](#laravel-compatibility)
39
* [Laravel](#laravel)
40
* [Lumen](#lumen)
41
* [Usage](#usage)
@@ -63,6 +64,15 @@ $user->can('edit articles');
63
64
65
## Installation
66
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
76
### Laravel
77
78
You can install the package via composer:
0 commit comments