File tree 1 file changed +6
-2
lines changed
1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -55,8 +55,9 @@ composer require kodeine/laravel-acl "^1.0"
55
55
$ php artisan vendor:publish --provider="Kodeine\Acl\AclServiceProvider"
56
56
```
57
57
58
- > ** Use your own models.**
59
- > Once you publish, it publishes the configuration file where you can define your own models which should extend to Acl models.
58
+ > ** Once you publish, it publishes the configuration file where you can:**
59
+ > - ** Use your own models** : Define your own models which should extend to Acl models.
60
+ > - ** Use your own guard** : Define a guard other than laravel default for user recovery.
60
61
61
62
4 . Add the middleware to your ` app/Http/Kernel.php ` .
62
63
@@ -100,6 +101,9 @@ Here's the TODO list for the next release.
100
101
101
102
# <a name =" change-logs " ></a >Change Logs
102
103
104
+ ** June 14 2022**
105
+ * [x] Added support for different guard
106
+
103
107
** September 14 2019**
104
108
* [x] Updated the readme to reflect new major release
105
109
You can’t perform that action at this time.
0 commit comments