2017 © Pedro Peláez
 

symfony-bundle framework-bundle

Default setup for Nascom projects.

image

nascom/framework-bundle

Default setup for Nascom projects.

  • Thursday, February 1, 2018
  • by stijndm
  • Repository
  • 2 Watchers
  • 0 Stars
  • 143 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 4 Versions
  • 40 % Grown

The README.md

NascomFrameworkBundle

Symfony2 Bundle with default setup for Nascom projects https://github.com/Nascom/NascomFrameworkBundle, (*1)

Installation

Step 1: Download the Bundle

Open a command console, enter your project directory and execute the following command to download the latest stable release for this bundle:, (*2)

$ composer require nascom/framework-bundle

This command requires you to have Composer installed globally, as explained in the installation chapter of the Composer documentation., (*3)

Step 2: Enable the Bundle

Then, enable the bundle by adding it to the list of registered bundles in the app/AppKernel.php file of your project:, (*4)

<?php

class AppKernel extends Kernel
{
    public function registerBundles()
    {
        $bundles = array(
            // ...

            new League\Tactician\Bundle\TacticianBundle(),
            new Nascom\FrameworkBundle\NascomFrameworkBundle(),
        );

        // ...
    }

    // ...
}

Note that currently the TacticianBundle is a hard dependency, so you should make sure it's included as well..., (*5)

License

The MIT License (MIT). Please see License File for more information., (*6)

The Versions

01/02 2018

dev-master

9999999-dev

Default setup for Nascom projects.

  Sources   Download

MIT

The Requires

 

by Wim Vandersmissen
by Stijn De Meyere

01/02 2018

1.0.2

1.0.2.0

Default setup for Nascom projects.

  Sources   Download

MIT

The Requires

 

by Wim Vandersmissen
by Stijn De Meyere

13/11 2017

1.0.1

1.0.1.0

Default setup for Nascom projects.

  Sources   Download

MIT

The Requires

 

by Wim Vandersmissen
by Stijn De Meyere

23/10 2017

1.0.0

1.0.0.0

Default setup for Nascom projects.

  Sources   Download

MIT

The Requires

 

by Wim Vandersmissen
by Stijn De Meyere