readme.md
August 27, 2013 ยท View on GitHub
OrderMVC - Laravel Application
This is the Application implementation of OrderMVC in Laravel.
Requirements
Laravel requires PHP 5.3 however, PHP 5.4 is recommended for easy start up.
Starting the application
First run php composer.phar install.
To start the application quickly run php artisan serve and open http://localhost:8000 in your browser.