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
Requires
- symfony/finder: ^2.7
This package is not auto-updated.
Last update: 2025-03-07 21:19:51 UTC
README
Finder Bundle It find the keywords from list of files which are present on uploads/files folder.
Installation Steps ###################
-
Run the below command using composer into your project.
composer require montu0074i/orotest
-
Put the below line under AppKernel.php file under app folder.
new BvTestBundle\BvTestBundle(),
-
open yourproject/app/config/routing.yml, put below code in that file.
bv_test: resource: "@BvTestBundle/Resources/config/routing.yml" prefix: /
-
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.