itroom / cms-bundle
Framework CMS for Symfony
Installs: 23
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 0
Forks: 0
Open Issues: 0
Type:symfony-bundle
Requires
- php: ^7.1.3
- easycorp/easyadmin-bundle: ^2.2
- friendsofsymfony/user-bundle: ^2.1
- ocramius/package-versions: ^1.4
- ruflin/elastica: ^6.1
- stof/doctrine-extensions-bundle: ^1.3
- symfony/mailer: ^4.3
- symfony/webpack-encore-bundle: ^1.6
- vich/uploader-bundle: ^1.10
This package is auto-updated.
Last update: 2019-10-16 08:08:16 UTC
README
Applications that use Symfony Flex
Open a command console, enter your project directory and execute:
$ composer require itroom/cms-bundle
Applications that don't use 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:
$ composer require itroom/cms-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:
// config/bundles.php return [ // ... ITRoom\CmsBundle\CmsBundle::class => ['all' => true], ];
Note : This bundle is a framework CMS for Symfony, created by IT-Room for theses internals projects. Configuration procedure is available in http://wiki.itroom/index.php/Framework-CMS