Skip to content

samuelszabo/cakephp-tmp-dir

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple GIT to lazy copy tmp CakePHP app directory structure:

  • change directory to working directory cd newSuperCakePHP
  • clone this repository into app/tmp directory git clone --depth 1 --branch master https://github.com/samuelszabo/cakephp-tmp-dir.git app/tmp
  • remove .git and readme from app/tmp rm -rf app/tmp/.git app/tmp/README.md
  • chmod app/tmp dir chmod -R 777 app/tmp
  • voila.. finish.

Or, try this: https://gist.github.com/tijmenb/956993

About

CakePHP app/tmp directory structure

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published