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
What are your thoughts on adding a command to update the crontab file.
So we could run something like valet cron:enable and on laravel it would add * * * * * php /path-to-your-project/artisan schedule:run >> /dev/null 2>&1 etc.