Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 1011 Bytes

README.md

File metadata and controls

35 lines (26 loc) · 1011 Bytes

PimcoreDevkitBundle

With this bundle it is possible to generate pimcore bundles, controllers, areabricks, event subscribers... You can find a complete command list in the usage part.

Software License PhpStan

Installation

"require" : {
    "lukaschel/pimcore-devkit" : "~1.0.0"
}

Usage

Here you can see the available symfony cli commands by using bin/console

devkit:generate:bundle
devkit:generate:controller
devkit:generate:areabrick
devkit:generate:event_subscriber
devkit:generate:command
devkit:generate:twig_extension

Overwriting Templates

Symfony allows to override every view and so does this Bundle.

Documentation

Copyright and license

For licensing details please visit LICENSE.md