Hi @Predeep_sym
The manual plugin is here
http://plugins.symfony-project.org/get/ ... -0.9.9.tgz.
Please take a time to read the Readme Link in
http://www.symfony-project.org/plugins/ ... umbsPlugin I think you will have no preblem.
Important ... I meant in PLUGINS projetct folder... sometimes the plugin do not install as a folder by it's name. On install the plugin extract only the internal stuff to PLUGINS PROJECT FOLDER. Not in CONFIG PROJECT FOLDER, ok?
Your config/ProjectConfiguration.class.php is right!!!
To manual install:
1- download the plugin
2- extract it ( will appear isicsBreadcrumbsPlugin-0.9.9)
3- open the isicsBreadcrumbsPlugin-0.9.9 and copy only isicsBreadcrumbsPlugin folder
4- paste in your PLUGINS PROJECT folder
5- In apps/frontend/config/settings.yml put that
all:
.settings:
enabled_modules: [default, isicsBreadcrumbs]
6- $ symfony cc ( every time you edit any .yml file or neet to symfony load any class you must to clear your project cache ).
7- $ symfony plugin:publish-assets
8- go to the plugin page, click Readme and see how to usage the plugin.
Hope it works
Hugs