Using Vagrant and Homestead In as Little Steps as Possible (Per Project Install)
I want to show you guys just how quick and easy it easy to get a Laravel project up and running alongside Vagrant/Homestead. 1 . Head over to your chosen directory and run something like... composer create-project laravel/laravel PROJECTNAME or if you have the Laravel installer... laravel new PROJE…