Indatus / dispatcher

Dispatcher is a Laravel artisan command scheduling tool used to schedule artisan commands within your project so you don't need to touch your crontab when deploying.
MIT License
1.06k stars 70 forks source link

Ask : i wanna use schedule for run php codes #126

Closed h-rafiee closed 9 years ago

h-rafiee commented 9 years ago

Hey; thanks for this liberary for make easy work with cron. but i can't figure out where i should write my command. or maybe this is my wrong ... i wanna daily expire to update my Database i wrote artisan schadule:run and it's run. after i get summary but its empty ... see that ... cron

and this my codes codes

bkuhl commented 9 years ago

Your question isn't specific to Dispatcher, but more of a general "how do I add functionality to an artisan command". It'd probably be helpful for you to check out Laracasts.com for a tutorial. https://laracasts.com/lessons/laracasts-crons-and-notifications might be useful