Skip to content

mugoweb/content-items-manager-bundle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

content-items-manager-bundle

Installation

Add the repository to the composer.json file:

    "repositories": {
        "mugoweb/content-items-manager-bundle": {
            "type": "vcs",
            "url": "https://github.com/mugoweb/content-items-manager-bundle"
        }
    }

Install the package: composer require mugoweb/content-items-manager-bundle:dev-master

Enable the bundle in config/bundles.php: MugoWeb\ContentItemsManagerBundle\MugoWebContentItemsManagerBundle::class => ['all' => true],

The routes should be added to a new file (e.g.: config/routes/mugoweb_content_items_manager_bundle.yaml):

mugoweb_content_items_manager_bundle:
    resource: '@MugoWebContentItemsManagerBundle/Resources/config/routes.yaml'

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors