Open jmuc-msm opened 7 years ago
After running
npm install
You should then run this command :
php artisan serve
or you can specify a port by adding the argumant --port , example :
php artisan serve --port 8080
You'll see as an output :
Laravel development server started: <http://127.0.0.1:8000>
just put the URL : "http://127.0.0.1:8000" in your web browser and hit enter :+1:
To create Apache VirtualHost , check this article
I'm following the video and when you run the npm run watch in the 25:00 minute you use the url recipe-box.dev, I should use the same or you set it up like this?