dev-master
9999999-devSymfony SKCMS Core Bundle by SOLID-kiss
GPL-3.0+
The Requires
- php >=5.3.2
- symfony/framework-bundle >=2.3-dev
- twig/twig *
- doctrine/doctrine-bundle *
- stof/doctrine-extensions-bundle ~1.1@dev
- skcms/user-bundle dev-master
Symfony SKCMS Core Bundle by SOLID-kiss
This package is currently under development, more documentation and features will come soon., (*1)
use php composer.phar instead of composer on Windows, (*2)
composer require FOS/user-bundle:2.0.x-dev SKCMS/core-bundle:dev-master SKCMS/front-bundle:dev-master SKCMS/tracking-bundle:dev-master SKCMS/admin-bundle dev-master
Add this line to AppKernel.php, (*3)
new \SKCMS\CoreBundle\SKCMSCoreBundle(),
This will update and backup original versions of config.yml, security.yml,routing.yml and AppKernel.php, (*4)
php app/console skcms:install
This only works with annotation format., (*5)
php app/console skcms:generate:entity
php app/console skcms:generate:form BundleName:Entity
Symfony SKCMS Core Bundle by SOLID-kiss
GPL-3.0+