#Engine
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
cdinto the submodulegit pullto retreive all missing branches and tagsgit branch -ato view all branches that just got pulled ingit checkout BRANCHNAME / versiongit statusto compare tags on githubgit pull- the files are now updated
cdto the rootgit pushit to engine- then the commit tag from our submodule should point out to the right commit on their repo
!!!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!!!