Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iqual-ch/sonata-extensions-bundle
https://github.com/iqual-ch/sonata-extensions-bundle
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/iqual-ch/sonata-extensions-bundle
- Owner: iqual-ch
- Created: 2017-12-08T10:07:14.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-07-01T11:45:13.000Z (6 months ago)
- Last Synced: 2024-07-01T21:37:02.563Z (6 months ago)
- Language: PHP
- Size: 474 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.