Skip to content

Kohana 3 Application with Twig template engine and Client module helper

Notifications You must be signed in to change notification settings

coffeeich/kohana-skeleton

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kohana-skeleton

Kohana 3 Application with Twig template engine and Client module helper

Usage:

# clone this repo and go into it:
git clone [email protected]:ich/kohana-skeleton.git KohanaProject ; cd KohanaProject
# clean up source Git repository cause you don't need it:
rm -rf .git
  
# initialize empty Git repository:
git init
# or move all files under existing Git repository (resolve conflicts if any apears and don't forget to remove empty clone dir):
mv * .gitignore /path/to/existing/Project/; cd /path/to/existing/Project/
  
# after all add Git submodules:
php add-git-submodules.php
# add all untracked files or just a few of them as you want:
git add .
# make commit and push it
# code with pleasure

About

Kohana 3 Application with Twig template engine and Client module helper

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published