Symfony-Bundle
Symfony-Bundle copied to clipboard
Cron integration for symfony
Command example: "id" "name" "command" "schedule" "description" "enabled" "2" "test" "some:test:command" "5 0 * * *" "description" "1" I run bin/console cron:run --force test Command didnt run It can be...
Provide test for every command
Explain the motivation for creating a library reusable by any PHP framework
I'm using your bundle and find it excellent. However, I’ve encountered the same issue described in #133. The bug has been fixed in the latest PR, but there doesn’t seem...
php bin/console cron:run executes properly but not executing the command in command column. I copy my code from old symfony 5.1 to 6.4 also the code I have are from...