Skip to content

monsieurbiz/SyliusBlogPlugin

Repository files navigation

Sylius Blog Plugin

Blog Plugin license Tests Status Recipe Status Security Status

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

Compatibility

Compatibility

Sylius Version PHP Version
1.12 8.1 - 8.2 - 8.3
1.13 8.1 - 8.2 - 8.3
1.14 8.1 - 8.2 - 8.3

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:dev-master

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

<?php

return [
    //..
    MonsieurBiz\SyliusBlogPlugin\MonsieurBizSyliusBlogPlugin::class => ['all' => true],
];

Add the plugin's routing by creating a new file in config/packages/monsieurbiz_sylius_blog_plugin.yaml with the following content:

imports:
    resource: '@MonsieurBizSyliusBlogPlugin/Resources/config/config.yaml'

Add the plugin's routing by creating a new file in config/routes/monsieurbiz_sylius_blog_plugin.yaml with the following content:

monsieurbiz_blog_plugin:
   resource: '@MonsieurBizSyliusBlogPlugin/Resources/config/routes.yaml'

And finally, update your database:

bin/console doctrine:migrations:migrate

License

This plugin is under the MIT license. Please see the LICENSE file for more information._

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy