Download the PHP package monsieurbiz/sylius-blog-plugin without Composer
On this page you can find all versions of the php package monsieurbiz/sylius-blog-plugin. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download monsieurbiz/sylius-blog-plugin
More information about monsieurbiz/sylius-blog-plugin
Files in monsieurbiz/sylius-blog-plugin
Package sylius-blog-plugin
Short Description Add blog features on Sylius application.
License MIT
Informations about the package sylius-blog-plugin
Sylius Blog Plugin
This plugin adds a blog to your Sylius project. It allows you to create blog articles, tags and authors.
Compatibility
Sylius Version | PHP Version |
---|---|
2.0, 2.1 | 8.2 - 8.3 |
ℹ️ For Sylius 1.x, see our 1.x branch and all 1.x releases.
Installation
If you want to use our recipes, you can add recipes endpoints to your composer.json by running this command:
Install the plugin via composer:
Change your config/bundles.php
file to add this line for the plugin declaration:
Add the plugin's routing by creating a new file in config/packages/monsieurbiz_sylius_blog_plugin.yaml
with the following content:
Add the plugin's routing by creating a new file in config/routes/monsieurbiz_sylius_blog_plugin.yaml
with the following content:
And finally, update your database:
Type of posts
This plugin allows you to create 2 types of posts:
- Blog articles: These are the main content of your blog, where you can write detailed posts.
- Case studies: These are more focused posts that showcase specific projects or achievements.
Case studies are disabled by default. You can enable them by setting the env var MONSIEURBIZ_SYLIUS_BLOG_ENABLE_CASE_STUDIES
to true
in your .env
file:
The structure of the code allows you to easily add new types of posts in the future if needed.
License
This plugin is under the MIT license. Please see the LICENSE file for more information._
All versions of sylius-blog-plugin with dependencies
sylius/sylius Version ~2.0
monsieurbiz/sylius-rich-editor-plugin Version ^3.0
monsieurbiz/sylius-media-manager-plugin Version ^2.0