ics/storyhelper-bundle

A new bundle for symfony

Installs: 29

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:symfony-bundle

pkg:composer/ics/storyhelper-bundle

0.0.2 2021-12-18 13:09 UTC

This package is auto-updated.

Last update: 2025-09-18 21:44:17 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