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

scheduled:run will now pass --env flag to other commands #101

Closed bkuhl closed 10 years ago

bkuhl commented 10 years ago
bkuhl commented 10 years ago

This also solves https://github.com/Indatus/dispatcher/issues/85

GrahamCampbell commented 10 years ago

Hey @bkuhl. Check out #103. It contains this pull, only with the cs all fixed.