2017 © Pedro Peláez
 

bundle search-bundle

Search for Symfony2.8

image

mihail/search-bundle

Search for Symfony2.8

  • Friday, January 15, 2016
  • by granets
  • Repository
  • 1 Watchers
  • 0 Stars
  • 0 Installations
  • HTML
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Installation

Step 1: Download the Bundle

Download the Zip File from Github. Extract files and rename the main folder to 'SearchBundle'(remove '-master'). Place the folder in 'src/Mihail/'(you will have to create the folder with the vendor name Mihail). Structure after this: 'src/Mihail/SearchBundle/...', (*1)

Step 2: Enable the Bundle

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

<?php
// app/AppKernel.php

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

            new Mihail\SearchBundle\MihailSearchBundle(),
        );

        // ...
    }

    // ...
}

Step 3: Add bundle to routing file

Add the folowing to 'app/config/routing.yml', (*3)

mihail_search:
    resource: "@MihailSearchBundle/Controller/"
    type:     annotation
    prefix:   /

The Versions

15/01 2016

dev-master

9999999-dev https://github.com/granets/SearchBundle

Search for Symfony2.8

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

by Mihail Ivanchev

search