I know it is not good question to ask, but I don't find any satisfactory answer from Google that we able to install plugin in symfony 1.4 with or without PEAR.
If yes then why? and if no then how do we install it manually.
After a quick search on Google, one result shows you how to install a plugin manually, without PEAR (which I recommend):
projectpath/plugins
Edit config/ProjectConfiguration.class.php
to add
$this->enablePlugins('pluginName');
Run symfony plugin:publish-assets
in the command line.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With