Skip to content

dator-zz/Symfony2Project

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 

Repository files navigation

##Symfony2Project

##Usage

php symfony2project.php --app=AppName --vendor=VendorName [--path=/your/destination/path] [--controller=controllerName] [--protocol=git|http] [--session-start=false|true] [--session-name=sessionName] [--symfony-repository=fabpot|symfony] [--with-db=false|true] [--template-engine=twig|php]

###Arguments

--app                : application name (mandatory)
--vendor             : vendor name (mandatory)
--path               : directory name (path) (default: current dir)
--controller         : your first controller name (optional)
                       (suggestion: home or main, you can change it later if you change your mind)
--protocol           : git or http (if git is not enable in your company)
--session-start      : false or true (auto_start parameter on session) (default: false)
--session-name       : Session name (default: Application name)
--symfony-repository : fabpot or symfony (default: symfony)
--with-db            : false or true (default: true)
--template-engine    : twig or php (default: twig)

Note: only tested on unix system.

About

Generate a initial structure of Symfony2 project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%