Composer and Laravel tools on the box?

So I noticed that I could use other PHP frameworks (Does Local work with non-WordPress sites?) so I tried to make a Laravel site. It’s great! But I would love to have the composer Laravel package installed so I can do Laravel sites when I’m ssh’ing into the box (which, by the way, could I get an SSH button?!). This is so much simpler than dealing with Vagrant and Homestead.

Here’s the Laravel documentation on setting that up, if it helps! https://laravel.com/docs/5.3

1 Like

Hi splitinfinities. How did you get Laravel up and running on Local. Whan I do “laravel new” inside mysite/app/public/ na dI then go to mysite.dev, it is not running. Do I need to do more?