Skip to content

Latest commit

 

History

History
24 lines (11 loc) · 659 Bytes

readme.md

File metadata and controls

24 lines (11 loc) · 659 Bytes

This is a Demo of Laravel Framework setup with Theme Bundle and two sample themes. For more details about Laravel Theme Bundle, please visit : http://bundles.laravel.com/bundle/Theme

Please note that the Theme Bundle included in this Repo is a submodule, therefore, when you do git clone, you may follow the following steps to download the submodule.

With version 1.6.5 of Git and later, you can use:

git clone --recursive git://github.com/raftalks/Laravel_Theme_Bundle_Demo.gitt

For older Git versions, just use:

git clone git://github.com/raftalks/Laravel_Theme_Bundle_Demo.git

cd Laravel_Theme_Bundle_Demo

git submodule update --init