back to notes

install laravel on mac with older php version

  • install homestead globally see doc
  • map homestead directory to whole Sites folder
  • run the laravel new command from inside homestead

vagrant up

vagrant ssh

cd Sites

laravel new site_name --dev

  • update homestead.yaml configuration file and reload homestead

vagrant reload --provision



last updated august 2017