codestudiohq / laravel-totem

Manage Your Laravel Schedule From A Web Dashboard
MIT License
1.8k stars 224 forks source link

What happens to regular scheduled tasks? #24

Closed mortenscheel closed 7 years ago

mortenscheel commented 7 years ago

Hi. I was a bit confused about the scope of this package. It wasn't clear to me that it would completely take over my schedule, and ignore scheduled tasks defined in app/Console/Kernel.php.

roshangautam commented 7 years ago

I understand the feeling but currently the only way is to move your scheduled tasks to dashboard. The whole point of using a dashboard is to be able to schedule commands from a web browser. I am trying to find a way where you can also use the traditional Laravel way of scheduling tasks along with totem. Stay tuned :)

roshangautam commented 7 years ago

@mortenscheel , Tasks can now be scheduled traditionally in addition from totem dashboard. Please update to the latest alpha. Don't forget to run php artisan totem:assets once you are done updating.

Thanks for the feedback and trying this package. Appreciate it.

mortenscheel commented 7 years ago

Awesome. Thanks.