Answer the question
In order to leave comments, you need to log in
Symfony cron from Laravel?
Is there something in Symfony for managing cron like in Laravel? Or how to implement something similar, convenient?
https://laravel.com/docs/5.6/scheduling
is very convenient, in the OS you just run the project's internal cron every minute, and that's it.
Answer the question
In order to leave comments, you need to log in
Previously, I used a bundle for CRON: cronos-bundle . Now I prefer to do it with Ansible.
CRON is the task of the CRON daemon.
Symfony provides an interface for writing commands (see Symfony Console ).
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question