telecode / network-serve
run your laravel app over local wifi network
Installs: 25
Dependents: 0
Suggesters: 0
Security: 0
Stars: 5
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/telecode/network-serve
Requires
This package is auto-updated.
Last update: 2025-12-04 16:35:59 UTC
README
Run your laravel app over local wifi network
Install
To install this package run
composer require telecode/network-serve --dev
Usage
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
Support
For support, email ahmad.ms996@gmail.com.