![]() |
|
laiguFeyaSoftCalendarPlugin - 0.0.1The laiguFeyaSoftCalendarPlugin package provides an easy way to integrate the FeyaSoft Calendar in Symfony. |
|
The laiguFeyaSoftCalendarPlugin package provides an easy way to integrate the FeyaSoft Calendar in Symfony.
Visit our site and live demo here. You can download live demo source in our site.

Download and install the plugin
./symfony plugin:install laiguFeyaSoftCalendarPlugin --stability=beta
Clear the cache
./symfony cc
Publish the plugin's assets:
./symfony plugin:publish-assets
Enable the plugin laiguFeyaSoftCalendarPlugin on a project, via /config/ProjectConfiguration.class.php:
class ProjectConfiguration extends sfProjectConfiguration
{
public function setup()
{
$this->enablePlugins('sfDoctrinePlugin', 'laiguFeyaSoftCalendarPlugin');
}
}
Download and install Ext JS
ExtJs related configuration (optional)
You should change your ExtJs web dir inside your app.yml:
all:
laigu_feyasoft_calendar_plugin:
web_dir_extjs: /js/extjs # specify your folder where to pick ExtJs.
That's it!.