montu0074i/orotest

A Finder class based search

Installs: 7

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:symfony-bundle

dev-master 2016-04-15 10:46 UTC

This package is not auto-updated.

Last update: 2024-09-20 18:48:23 UTC


README

Finder Bundle It find the keywords from list of files which are present on uploads/files folder.

Installation Steps ###################

  1. Run the below command using composer into your project.

    composer require montu0074i/orotest

  2. Put the below line under AppKernel.php file under app folder.

    new BvTestBundle\BvTestBundle(),

  3. open yourproject/app/config/routing.yml, put below code in that file.

    bv_test: resource: "@BvTestBundle/Resources/config/routing.yml" prefix: /

  4. open your browser and type

    http://localhost/YOUR-PROJECT-NAME/web/app_dev.php/default/index

Now you can search the keywords from the list of files which are present in the "uploads/files" folder.

Please note that if "uploads" folder not there in web directory then please create it.

NOTE : this bundle is supported to symfony 2.7 or higher version.