2017 © Pedro Peláez
 

library js-extension-bundle

A collection of JS tools

image

stadline/js-extension-bundle

A collection of JS tools

  • Thursday, August 24, 2017
  • by alex-pex
  • Repository
  • 15 Watchers
  • 1 Stars
  • 3,609 Installations
  • JavaScript
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 4 Versions
  • 14 % Grown

The README.md

JsExtensionBundle

  1. Add JsExtensionBundle to your dependencies:, (*1)

    // composer.json
    
    {
       // ...
       "require": {
           // ...
           "stadline/js-extension-bundle": "~1.0"
       }
    }
  2. Use Composer to download and install JsExtensionBundle:, (*2)

    $ php composer.phar update stadline/js-extension-bundle
  3. Register the bundle in your application:, (*3)

    // app/AppKernel.php
    
    class AppKernel extends Kernel
    {
        // ...
        public function registerBundles()
        {
            $bundles = array(
                // ...
                new StadLine\JsExtensionBundle\StadLineJsExtensionBundle(),
            );
        }
    }

The Versions

24/08 2017

dev-master

9999999-dev

A collection of JS tools

  Sources   Download

MIT

The Requires

 

by Avatar alex-pex

24/08 2017

1.1.1

1.1.1.0

A collection of JS tools

  Sources   Download

MIT

The Requires

 

by Avatar alex-pex

24/11 2014

1.1.0

1.1.0.0

A collection of JS tools

  Sources   Download

MIT

The Requires

 

by Avatar alex-pex

13/11 2014

1.0.0

1.0.0.0

A collection of JS tools

  Sources   Download

MIT

by Avatar alex-pex