using Laravel, you will need to make sure you have Composer installed on your machine. > composer global require "laravel/installer=~1.1" > laravel new my_project
interface included with Laravel. It provides helpful commands for your use while developing your application. > php artisan list #List available commandes > php artisan help migrate #Show help for migrate > php artisan db:seed #Seed database > php artisan --version #Show version of Artisan