(PHP) Serve Laravel to the web

By | February 10, 2017

This will make your Laravel instance available on the web. Make sure your router have port 80 forwarded to your machine. Also make sure no other server applications is blocking the port.

php artisan serve --host 0.0.0.0 --port 80

Leave a Reply

Your email address will not be published. Required fields are marked *