Download the PHP package ns/ace-sonata-bundle without Composer
On this page you can find all versions of the php package ns/ace-sonata-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download ns/ace-sonata-bundle
More information about ns/ace-sonata-bundle
Files in ns/ace-sonata-bundle
Download ns/ace-sonata-bundle
More information about ns/ace-sonata-bundle
Files in ns/ace-sonata-bundle
Vendor ns
Package ace-sonata-bundle
Short Description This bundle integrates the sonata admin panel and the ace bundle
License MIT
Package ace-sonata-bundle
Short Description This bundle integrates the sonata admin panel and the ace bundle
License MIT
Please rate this library. Is it a good library?
Informations about the package ace-sonata-bundle
AceSonataBundle
Install using composer.json
If you are using composer to manage your project, just add the following line to your composer.json file
{
"require": {
"ns/ace-sonata-bundle": "dev-master"
}
}
Then update the vendor libraries:
Register the bundle
You must register the bundle in your kernel:
<?php
// app/AppKernel.php
public function registerBundles()
{
$bundles = array(
// ...
new NS\AceSonataBundle\NSAceSonataBundle(),
);
// ...
}
Configure
Configure sonata to use the ace bundle themed layouts.
#app/config/config.yml
sonata_admin:
templates:
layout: NSAceSonataBundle::layout.html.twig
pager_links: NSAceSonataBundle::pager.html.twig
edit: NSAceSonataBundle:CRUD:edit.html.twig
All versions of ace-sonata-bundle with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.3.3
symfony/symfony Version ^2.8|^3.0
ns/ace-bundle Version ^1.5|^2.0|^3.0
sonata-project/admin-bundle Version ^3.0
symfony/symfony Version ^2.8|^3.0
ns/ace-bundle Version ^1.5|^2.0|^3.0
sonata-project/admin-bundle Version ^3.0
The package ns/ace-sonata-bundle contains the following files
Loading the files please wait ....