Download the PHP package lexik/cron-file-generator-bundle without Composer
On this page you can find all versions of the php package lexik/cron-file-generator-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download lexik/cron-file-generator-bundle
More information about lexik/cron-file-generator-bundle
Files in lexik/cron-file-generator-bundle
Package cron-file-generator-bundle
Short Description This bundle provides service for generate cron file
License MIT
Informations about the package cron-file-generator-bundle
LexikCronFileGeneratorBundle
This symfony bundle provides cron file generation utilities.
Installation
Documentation
The bulk of the documentation is stored in the Resources/doc
directory of this bundle:
- Getting started
- Configuration
- Command
- Bonus
Applications using Symfony Flex
Open a command console at your project directory and execute :
Applications not using Symfony Flex
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 config/bundles.php
file of your project:
All versions of cron-file-generator-bundle with dependencies
symfony/console Version ^4.4|^5.4|^6.0|^7.0
symfony/framework-bundle Version ^4.4|^5.4|^6.0|^7.0
symfony/twig-bundle Version ^4.4|^5.4|^6.0|^7.0
twig/twig Version ^v2.14.0|^3.0