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
1. To enable the first two policies, you need to set `enabled` to `true` in `config/laravel-security.php` as below:
@@ -137,7 +137,7 @@ and set `enabled` to `true` and `change_password_url` in `config/laravel-securit
137
137
]
138
138
```
139
139
140
-
3. Add the following commands to `app/Console/Kernel.php` of your application. **Impelemt to one instance if uding web server clusters**
140
+
3. Add the following commands to `app/Console/Kernel.php` of your application. **Implement to one instance if using web server clusters**
141
141
142
142
```php
143
143
protected function schedule(Schedule $schedule)
@@ -149,7 +149,7 @@ protected function schedule(Schedule $schedule)
149
149
...
150
150
}
151
151
```
152
-
3. Make sure you add the [Laravel scheduler](https://laravel.com/docs/7.x/scheduling#introduction) in your crontab **Impelemt to one instance if uding web server clusters**
152
+
3. Make sure you add the [Laravel scheduler](https://laravel.com/docs/7.x/scheduling#introduction) in your crontab **Implement to one instance if using web server clusters**
0 commit comments