You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,14 +45,14 @@ or manually update your `composer.json` file
45
45
```json
46
46
{
47
47
"require": {
48
-
"artesaos/defender": "~0.8.0"
48
+
"artesaos/defender": "~0.9.0"
49
49
}
50
50
}
51
51
```
52
52
53
53
### 2. Provider
54
54
55
-
> If you are using Laravel 5.5+ skip this section since our package support auto-discovery.
55
+
> If you are using Laravel 5.5+(including Laravel 6) skip this section since our package support auto-discovery.
56
56
57
57
You need to update your application configuration in order to register the package, so it can be loaded by Laravel. Just update your `config/app.php` file adding the following code at the end of your `'providers'` section:
0 commit comments