dev-master
9999999-dev https://github.com/BoShurik/AdminBundleAdmin panel
MIT
The Requires
by BoShurik
symfony administration
Admin panel
Inspired by standard crud generator, (*1)
``` bash $ composer require boshurik/admin-bundle, (*2)
#### Register the bundle ``` php <?php // app/AppKernel.php public function registerBundles() { $bundles = array( // ... new BoShurik\AdminBundle\BoShurikAdminBundle(), ); // ... }
app/config/routing.yml
yaml
BoShurikAdminBundle:
resource: "@BoShurikAdminBundle/Resources/config/routing.yml"
prefix: /admin
, (*3)
TBD
, (*4)
TBD
, (*5)
npm install
bower install
gulp build
or just, (*6)
npm install && bower install && gulp build
Admin panel
MIT
symfony administration