Fix Readme; change cron doc to 5 minutes (instead of 1)
This commit is contained in:
@@ -107,7 +107,7 @@ #### CRON
|
|||||||
Add this line in your crontab by typing `crontab -e`:
|
Add this line in your crontab by typing `crontab -e`:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
5 * * * * * cd /path-to-your-project && php artisan schedule:run >> /dev/null 2>&1
|
*/5 * * * * * cd /path-to-your-project && php artisan schedule:run >> /dev/null 2>&1
|
||||||
```
|
```
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|||||||
Reference in New Issue
Block a user