telecode/network-serve

run your laravel app over local wifi network

1.0.3 2024-02-04 12:38 UTC

This package is auto-updated.

Last update: 2024-10-04 14:08:13 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.