boshurik/admin-bundle
Symfony admin bundle inspired by standard CRUD generators. Install via Composer, register the bundle, and mount routes under /admin. Includes frontend build workflow (npm/bower/gulp); administrator entity and security setup are TBD.
Inspired by standard crud generator
$ composer require boshurik/admin-bundle
<?php
// app/AppKernel.php
public function registerBundles()
{
$bundles = array(
// ...
new BoShurik\AdminBundle\BoShurikAdminBundle(),
);
// ...
}
app/config/routing.yml BoShurikAdminBundle:
resource: "@BoShurikAdminBundle/Resources/config/routing.yml"
prefix: /admin
TBD
TBD
npm installbower installgulp buildor just
npm install && bower install && gulp buildHow can I help you explore Laravel packages today?