dev-master
9999999-devA Blog Bundle for Symfony3
MIT
The Requires
- php >=5.5
- egeloen/ckeditor-bundle ^4.0
by Christian Piazzi
1.0.1
1.0.1.0A Blog Bundle for Symfony3
MIT
The Requires
- php >=5.5
- egeloen/ckeditor-bundle ^4.0
by Christian Piazzi
Wallogit.com
2017 © Pedro Peláez
A Blog Bundle for Symfony3
Blog Bundle for Symfony 3, (*1)
``` bash $ composer require --dev modius22/blog-bundle, (*2)
```php <?php use Symfony\Component\HttpKernel\Kernel; use Symfony\Component\Config\Loader\LoaderInterface; class AppKernel extends Kernel { public function registerBundles() { $bundles = array( // ... new Ivory\CKEditorBundle\IvoryCKEditorBundle(), new modius22\BlogBundle\BlogBundle(), ); // ... return $bundles; } // ... }
Symfony >= 3.x
bash
$ php bin/console assets:install --symlink --relative
$ php bin/console doctrine:schema:update --force
$ php bin/console cache:clear, (*3)
A Blog Bundle for Symfony3
MIT
A Blog Bundle for Symfony3
MIT