hiccup / sulu-blog-bundle
Sulu blog bundle
Installs: 22
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 9
Forks: 0
Open Issues: 2
Type:symfony-bundle
Requires
- jackalope/jackalope-doctrine-dbal: ~1.2.5
- sulu/sulu: ^1.2.0
Requires (Dev)
- codeclimate/php-test-reporter: ^0.3.2
- phpunit/phpunit: 4.8.*
This package is not auto-updated.
Last update: 2024-11-09 19:56:32 UTC
README
sulu-blog-bundle
Sulu.io CMS BlogBundle
Installation
composer require hiccup/sulu-blog-bundle
Add the bundle to AbstractKernel
new Hiccup\SuluBlogBundle\HicuppSuluBlogBundle()
Contributor guides:
- Follow PSR code style
- Entity table name prefix
hiccup_sulu_blog_
Tips:
- Use command and adjust as needed
composer update hiccup/sulu-blog-bundle --root-reqs --profile --no-dev -vvv --prefer-dist --no-scripts
to quickly update the package for testing