Laravel

Create new Project

laravel new {yourprojectname}

Setup on Windows using MAMP

  1. Install MAMP
  2. Install Composer (more details later)
  3. Run laravel new {project} on the path you want
  4. Change your project's folder public to public_html so make it compatible with apache servers (cPanel)
  5. Set MAMP - Serverpath to public_html
  6. Launch MAMP - Server

Source: etting Up Laravel With MAMP And Shared Hosting