ics/storyhelper-bundle

A new bundle for symfony

0.0.2 2021-12-18 13:09 UTC

This package is auto-updated.

Last update: 2024-04-18 18:05:47 UTC


README

Installation for developpement

Add local repository to composer.json developpement application

{
    "repositories": [
        {
            "type": "path",
            "url": "F:\\Symfony\\ImperiumClanSoftware\\Developements\\storyhelper-bundle"
        }
    ]
}

Add bundle to your developpement application

composer require ics/storyhelper-bundle