2017 © Pedro Peláez
 

symfony-bundle prototype-bundle

Symfony2 bundle for prototype

image

tmsolution/prototype-bundle

Symfony2 bundle for prototype

  • Tuesday, September 13, 2016
  • by JacekLozinski
  • Repository
  • 0 Watchers
  • 0 Stars
  • 486 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 4 Open issues
  • 23 Versions
  • 0 % Grown

The README.md

PrototypeBundle installation description

by Damian Piela damian.piela@tmsolution.pl, (*1)


Build Status, (*2)

Scrutinizer Code Quality Build Status, (*3)

Installation

To install the bundle, add:, (*4)

//composer require

"tmsolution/prototype-bundle": "1.1.*"

to your project's composer.json file. Later, enable your bundle in the app's kernel:, (*5)

<?php
// app/AppKernel.php

public function registerBundles()
{
    $bundles = array(
        // ...
        new Core\PrototypeBundle\CorePrototypeBundle()
    );
}

The Versions