Skip to content

Commit 5556da1

Browse files
authored
Update README.md
1 parent 72bc88e commit 5556da1

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,9 @@ composer require kodeine/laravel-acl "^1.0"
5555
$ php artisan vendor:publish --provider="Kodeine\Acl\AclServiceProvider"
5656
```
5757

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.
6061
6162
4. Add the middleware to your `app/Http/Kernel.php`.
6263

@@ -100,6 +101,9 @@ Here's the TODO list for the next release.
100101

101102
# <a name="change-logs"></a>Change Logs
102103

104+
**June 14 2022**
105+
* [x] Added support for different guard
106+
103107
**September 14 2019**
104108
* [x] Updated the readme to reflect new major release
105109

0 commit comments

Comments
 (0)