2017 © Pedro Peláez
 

symfony-bundle admin-bundle

Admin panel

image

boshurik/admin-bundle

Admin panel

  • Thursday, August 11, 2016
  • by BoShurik
  • Repository
  • 2 Watchers
  • 2 Stars
  • 0 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

AdminBundle

Inspired by standard crud generator, (*1)

Installation

Composer

``` bash $ composer require boshurik/admin-bundle, (*2)



#### Register the bundle ``` php <?php // app/AppKernel.php public function registerBundles() { $bundles = array( // ... new BoShurik\AdminBundle\BoShurikAdminBundle(), ); // ... }

Add routes to app/config/routing.yml

yaml BoShurikAdminBundle: resource: "@BoShurikAdminBundle/Resources/config/routing.yml" prefix: /admin, (*3)

Add administrator entity, form type and form filter classes

TBD, (*4)

Add security configuration

TBD, (*5)

Development

  • npm install
  • bower install
  • gulp build

or just, (*6)

  • npm install && bower install && gulp build

The Versions

11/08 2016

dev-master

9999999-dev https://github.com/BoShurik/AdminBundle

Admin panel

  Sources   Download

MIT

The Requires

 

by Avatar BoShurik

symfony administration