Download the PHP package balazscsaba2006/easy-cron-deployment-bundle without Composer
On this page you can find all versions of the php package balazscsaba2006/easy-cron-deployment-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download balazscsaba2006/easy-cron-deployment-bundle
More information about balazscsaba2006/easy-cron-deployment-bundle
Files in balazscsaba2006/easy-cron-deployment-bundle
Package easy-cron-deployment-bundle
Short Description Easy Cron Deployment Bundle: An easy way to manage your cron using YAML and Symfony Console
License MIT
Homepage https://github.com/balazscsaba2006/easy-cron-deployment-bundle
Informations about the package easy-cron-deployment-bundle
[]() []() []()
Installation
Step 1: Download the Bundle
Open a command console, enter your project directory and execute the following command to download the latest stable version of this bundle:
This command requires you to have Composer installed globally, as explained in the installation chapter of the Composer documentation.
Step 2: Enable the Bundle
Then, enable the bundle by adding it to the list of registered bundles
in the app/AppKernel.php
file of your project:
Step 3: Create cron.yml file
Create app/config/cron.yml
and follow this example:
Step 4: Import cron.yml into app/config/config.yml
Possible Commands
app/console madrakio:cron:deploy
Deploy cron based on cron.yml
app/console madrakio:cron:disable
Disable all current cron tasks by adding # before each line
app/console madrakio:cron:enable
Remove all #s before cron tasks
app/console madrakio:cron:verify
Verify that cron tasks match the ones in the cron.yml file
All versions of easy-cron-deployment-bundle with dependencies
symfony/config Version ^4.0 || ^5.0
symfony/console Version ^4.0 || ^5.0
symfony/dependency-injection Version ^4.0 || ^5.0
symfony/filesystem Version ^4.0 || ^5.0
symfony/yaml Version ^4.0 || ^5.0
symfony/process Version ^4.0 || ^5.0
symfony/http-kernel Version ^4.0 || ^5.0