Skip to content

formapro/fpExecPlugin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

# fpBuildPlugin

This is a simple way to wirte your own list of command to make deploy ro build.
Some examples are provided in doc folder.

## Installation

1.download:

pear package
       
    php symfony plugin:install fpBuildPlugin
    
svn tag 

    svn checkout http://svn.symfony-project.com/plugins/fpBuildPlugin/tags/fpBuildPlugin-1.0.0

dev version:

    svn checkout http://svn.symfony-project.com/plugins/fpBuildPlugin/trunk
 
2.enable it in ProjectConfiguration:

    class ProjectConfiguration extends sfProjectConfiguration
    {
      public function setup()
      {
        $this->enablePlugins('fpBuildPlugin');
      }
    }

## Overview
 
You can look at the plugin tests to see what you can do with it.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published