Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 488 Bytes

File metadata and controls

26 lines (18 loc) · 488 Bytes

TODO

Write this documentation about configuring Gedmo, and what can be used.

What this does

Coming soon...

Installation

Add the following to your composer.json file:

"repositories": [
        {
            "type": "vcs",
            "url": "https://github.com/PartFire/CommonBundle"
        }
    ]

Then you can run:

$ composer require partfire/common-bundle:dev-master

Will add to packagist when more functionality.