Run your laravel app over local wifi network
To install this package run
composer require telecode/network-serve --dev
To use this package run
php artisan serve:local
And you can customize the port and host by adding the following options
php artisan serve:local --port=8080
Or you can add the port to your environment file
SERVER_PORT=8080
For support, email [email protected].