dev-master
9999999-dev https://github.com/granets/SearchBundleSearch for Symfony2.8
MIT
The Requires
- php >=5.3.0
by Mihail Ivanchev
search
Wallogit.com
2017 © Pedro Peláez
Search for Symfony2.8
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)
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(),
);
// ...
}
// ...
}
Add the folowing to 'app/config/routing.yml', (*3)
mihail_search:
resource: "@MihailSearchBundle/Controller/"
type: annotation
prefix: /
Search for Symfony2.8
MIT
search