Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/iqual-ch/sonata-extensions-bundle


https://github.com/iqual-ch/sonata-extensions-bundle

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# SunataExtensionsBundle
Provides common additions to Symfony.

# Installation

```bash
composer require mpom/sonata-extensions-bundle
```

Add to your AppKernel.php:
```php
public function registerBundles()
{
$bundles = array(
// ...
new SonataExtensionsBundle\SonataExtensionsBundle,
// ...
)
}
```

See Resources/doc/index.md for documentation.