I realize this is a bit late, but perhaps it will help someone. Try the following...
php artisan serve --host 0.0.0.0 --port 8080
You also run laravel command following step.... step - 1 : go in your public directory and write this command
php -S localhost:8000
step - 2 : go in your browser and wite
localhost:8000
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community