malico/serve

Easily serve laravel application to network

This package's canonical repository appears to be gone and the package has been frozen as a result.

v1.0 2020-11-26 19:48 UTC

This package is auto-updated.

Last update: 2024-01-08 00:27:20 UTC


README

Application helps serve your application to connected network. Especially handy when you're starting your API over your local network.

Installation

Install package with the following command

composer require malico/serve

Instead of using php artisan serve, use the following command to start your application

php artisan serve:out

Then use Arrow key to select available external IP Address.

Enjoy.