Download the PHP package odiseoteam/blog-bundle without Composer
On this page you can find all versions of the php package odiseoteam/blog-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download odiseoteam/blog-bundle
More information about odiseoteam/blog-bundle
Files in odiseoteam/blog-bundle
Package blog-bundle
Short Description Bundle for Symfony to generate blog content.
License MIT
Informations about the package blog-bundle
Odiseo Blog Bundle
Description
This Bundle add blog capabilities to your Symfony project. It is admin agnostic, so you need to integrate on your preferred admin system.
Features
With this bundle you will get some models to manage a blog on your proyect. Also it comes with a Sylius Resource and Sylius Grid integrations.
Also this bundle uses the FOSCKEditorBundle. Follow the official instructions to install it properly.
Installation
-
Run
composer require odiseoteam/blog-bundle
. -
Add the plugin to the AppKernel but add it before SyliusResourceBundle. To do that you need change the registerBundles. This bundle uses the FOSCKEditorBundle so you need add it to the kernel too.
-
Import the configurations on your config.yml:
-
Import the routes:
- Finish the installation updatating the database schema and installing assets:
Usage
Available routes
Article comment create
You can use this partial route to embed the comment form:
Test the bundle
You can follow the instructions to test this bundle in the proper documentation page: Test the bundle.
Credits
This plugin is maintained by Odiseo, a team of senior developers. Contact us: [email protected].
All versions of blog-bundle with dependencies
excelwebzone/recaptcha-bundle Version ^1.5
friendsofsymfony/ckeditor-bundle Version ^1.1 || ^2.1
knplabs/knp-gaufrette-bundle Version ^0.5 || ^0.7 || ^0.8
sylius/grid-bundle Version ^1.6
sylius/resource-bundle Version ^1.9
symfony/framework-bundle Version ^4.4 || ^5.2 || ^6.0
symfony/orm-pack Version ^1.0