th3mouk / cms-core-bundle
Symfony CMSCoreBundle extends of Sonata Project
Installs: 1 845
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 1
Open Issues: 0
Type:symfony-bundle
Requires
- php: ^5.5.9|^7.0
- doctrine/doctrine-fixtures-bundle: ^2.3
- id4v/menu-bundle: 3.x-dev
- liip/imagine-bundle: ^1.5
- sonata-project/admin-bundle: ^3.0
- sonata-project/formatter-bundle: ^3.0
- sonata-project/media-bundle: ^3.0
- sonata-project/user-bundle: ^3.0
- stof/doctrine-extensions-bundle: ^1.2
- th3mouk/cms-page-bundle: ^2.0
- vich/uploader-bundle: ^1.1
- willdurand/faker-bundle: ^1.3
Requires (Dev)
- phpunit/phpunit: @stable
- sllh/php-cs-fixer-styleci-bridge: ^2.1
README
Bundle providing dependencies and basic configuration of the CMS Starter project, based on the top of Symfony2 and Sonata Project.
This bundle aims to simplify the use of Sonata CMS for developers and future users, trying to not alter the original flexibility, and to give them new basic tools.
Documentation / Bundle Installation
You can include the CMS in your project, very fast, without breaking existing.
The documentation is available here.
Install Symfony + Bundle for scratch
If you're starting a new project, you can do it even faster with the command :
composer create-project th3mouk/cms-starter
This command will install Symfony 2.8 with this bundle pre-installed, and some other tools. (Grunt, bower, LESS support, minimification)
Read all relative informations on CMS Starter here.
Please
Feel free to improve all of this work, project or bundles.