PHPackages                             monsieurbiz/sylius-blog-plugin - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. monsieurbiz/sylius-blog-plugin

ActiveSylius-plugin[Utility &amp; Helpers](/categories/utility)

monsieurbiz/sylius-blog-plugin
==============================

Add blog features on Sylius application.

v2.1.0(5mo ago)67.2k↓10.7%7[3 issues](https://github.com/monsieurbiz/SyliusBlogPlugin/issues)MITTwigPHP ^8.2CI passing

Since Jul 3Pushed 5mo ago2 watchersCompare

[ Source](https://github.com/monsieurbiz/SyliusBlogPlugin)[ Packagist](https://packagist.org/packages/monsieurbiz/sylius-blog-plugin)[ RSS](/packages/monsieurbiz-sylius-blog-plugin/feed)WikiDiscussions 2.x Synced 1mo ago

READMEChangelog (10)Dependencies (10)Versions (21)Used By (0)

Sylius Blog Plugin
==================

[](#sylius-blog-plugin)

[![Blog Plugin license](https://camo.githubusercontent.com/34125f179481b8f6ebc1b569721daf2c024c7e84fb415d3eb4462cf568822cff/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f6d6f6e736965757262697a2f53796c697573426c6f67506c7567696e3f7075626c6963)](https://github.com/monsieurbiz/SyliusBlogPlugin/blob/master/LICENSE.txt)[![Tests Status](https://camo.githubusercontent.com/4d00e45754543d7a403967742e3f6587755787762cadc32a0cdd38256832d8c0/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f6d6f6e736965757262697a2f53796c697573426c6f67506c7567696e2f74657374732e79616d6c3f6272616e63683d6d6173746572266c6f676f3d676974687562)](https://github.com/monsieurbiz/SyliusBlogPlugin/actions?query=workflow%3ATests)[![Recipe Status](https://camo.githubusercontent.com/a37cb3643ecee29124b84f5c8f933f5447d54354615fc62f5c651e1d99aa6542/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f6d6f6e736965757262697a2f53796c697573426c6f67506c7567696e2f7265636970652e79616d6c3f6272616e63683d6d6173746572266c6162656c3d72656369706573266c6f676f3d676974687562)](https://github.com/monsieurbiz/SyliusBlogPlugin/actions?query=workflow%3ASecurity)[![Security Status](https://camo.githubusercontent.com/b61a5d96dcba65c96dd27504b97fe39c1785088823dd560d1c4c816fd882bad4/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f6d6f6e736965757262697a2f53796c697573426c6f67506c7567696e2f73656375726974792e79616d6c3f6272616e63683d6d6173746572266c6162656c3d7365637572697479266c6f676f3d676974687562)](https://github.com/monsieurbiz/SyliusBlogPlugin/actions?query=workflow%3ASecurity)

This plugin adds a blog to your Sylius project. It allows you to create blog articles, tags and authors.

[![List of article in a Sylius blog](images/blog_front.png)](images/blog_front.png)

Compatibility
-------------

[](#compatibility)

Sylius VersionPHP Version2.0, 2.18.2 - 8.3ℹ️ For Sylius 1.x, see our [1.x branch](https://github.com/monsieurbiz/SyliusBlogPlugin/tree/1.x) and all 1.x releases.

Installation
------------

[](#installation)

If you want to use our recipes, you can add recipes endpoints to your composer.json by running this command:

```
composer config --no-plugins --json extra.symfony.endpoint '["https://api.github.com/repos/monsieurbiz/symfony-recipes/contents/index.json?ref=flex/master","flex://defaults"]'
```

Install the plugin via composer:

```
composer require monsieurbiz/sylius-blog-plugin
```

Change your `config/bundles.php` file to add this line for the plugin declaration:

```
