2017 © Pedro Peláez
 

symfony-bundle admin-bundle

Admin bundle for Symfony projects.

image

admin-platform/admin-bundle

Admin bundle for Symfony projects.

  • Wednesday, June 6, 2018
  • by Tadcka
  • Repository
  • 1 Watchers
  • 0 Stars
  • 1,545 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 1 Open issues
  • 5 Versions
  • 7 % Grown

The README.md

PlatformAdminBundle

This Bundle implement admin platform based on Sylius components., (*1)

Installation

Step 1. Install via Composer, (*2)

composer require admin-platform/admin-bundle "dev-master"

Step 2. Add to AppKernel.php, (*3)

```php class AppKernel extends Kernel { /** * {@inheritdoc} */ public function registerBundles() { $bundles = [ // ... new Platform\Bundle\AdminBundle\PlatformAdminBundle(), // ... ]; } }, (*4)

The Versions

06/06 2018