This is a shopping starter site for Laravel,which could let you build a shopping site in a very short time with Product,Cart,Order,Address etc.
- Author: Max Lau
- Website: http://iseemax.com
- Version: 0.3
##Server Requirements
- PHP >= 5.3.7
- MCrypt PHP Extension
- Composer
-
git clone https://github.com/Max-Liu/Laravel-4-Bootstrap-Starter-Shopping-Site.git ./ --depth=1
-
Add a New Database in your Database.And edit database config file(app/config/database.php)
-
go to project root.Run command:"php artisan migrate --seed && chmod 777 app/storage -R"
-
That's it! (Default user:[email protected],password:admin12345)
##Feature
- Following the idea from the laravel author's book Laravel: From Apprentice To Artisan
- One URL for both webside view and Json formated data.
- component structure.