Download the PHP package opifer/cms-bundle without Composer
On this page you can find all versions of the php package opifer/cms-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package cms-bundle
Opifer CmsBundle
Installation
Add OpiferCmsBundle to your composer.json:
$ composer require opifer/cms-bundle "@dev"
To avoid enabling all required bundles, extend Opifer\CmsBundle\Kernel\Kernel
in app/AppKernel.php
:
Add the assets installer to your composers's post-install & post-update commands, before the installAssets
command
of the DistributionBundle
:
To avoid defining all configuration yourself, import the config files from the CmsBundle:
Same goes for the routing:
Update your database schema:
$ php app/console doctrine:schema:create
And create a user account:
$ php app/console fos:user:create --super-admin
Now log into the admin panel at http://localhost/app_dev.php/admin
.
Documentation
- Configuration Reference
All versions of cms-bundle with dependencies
symfony/symfony Version ~2.7
doctrine/orm Version ~2.2,>=2.2.3
doctrine/doctrine-bundle Version ~1.2
twig/extensions Version ~1.2
symfony/assetic-bundle Version ~2.3
symfony/swiftmailer-bundle Version ~2.3
symfony/monolog-bundle Version ~2.7
sensio/distribution-bundle Version ~3.0
sensio/framework-extra-bundle Version ~3.0
incenteev/composer-parameter-handler Version ~2.0
opifer/content-bundle Version ~0.1
opifer/crud-bundle Version ~0.1
opifer/eav-bundle Version ~0.2
opifer/form-bundle Version ~0.1
opifer/media-bundle Version ~0.1
opifer/redirect-bundle Version ~0.1.4
opifer/rulesengine-bundle Version ~0.1
opifer/rulesengine Version ~0.1
aws/aws-sdk-php Version 2.5.*
braincrafted/bootstrap-bundle Version 2.1.0
doctrine/doctrine-migrations-bundle Version ~1.0
doctrine/migrations Version ~1.0@dev
egeloen/google-map Version ~1.4.1
egeloen/google-map-bundle Version ~2.2.1
friendsofsymfony/advanced-encoder-bundle Version ~1.0
friendsofsymfony/elastica-bundle Version ~3.0.5
friendsofsymfony/jsrouting-bundle Version ~1.5
friendsofsymfony/user-bundle Version ~2.0@dev
gedmo/doctrine-extensions Version ~2.3
hwi/oauth-bundle Version ~0.3
infinite-networks/form-bundle Version ~1.0
knplabs/knp-menu-bundle Version ~2.0
knplabs/knp-markdown-bundle Version ~1.3
mtdowling/cron-expression Version 1.0.*
pagerfanta/pagerfanta Version ~1.0.3
presta/sitemap-bundle Version ~1.3
symfony-cmf/routing-bundle Version ~1.2
willdurand/geocoder Version ~2.8
willdurand/js-translation-bundle Version ~2.2
google/recaptcha Version ~1.1