A Fuel PHP setup by Proximity BBDO
The repo links to the official FuelPHP submodules, to clone the full repo: git clone --recursive git@github.com:proximitybbdo/engine.git
Important: the --recursive
flag is mandatory to get all the submodules!
Alternatively, you can just git clone
the repo and perform:
git submodule init
git submodule update
cd
into the submodulegit pull
to retreive all missing branches and tagsgit branch -a
to view all branches that just got pulled ingit checkout BRANCHNAME / version
git status
to compare tags on githubgit pull
cd
to the rootgit push
it to engine!!!Note that only our submodules are updated with this approach,make sure we don't miss anything in the app and other not submoduled folders of fuel!!!