Option to serve application across local network using IPv4 Address as host #39933
Answered
by
cwinkler
ManojKiranA
asked this question in
Q&A
-
By default while running a It would be nice to have a command to serve app using local IPv4 Address as host so that it can be accessed by the devices that has connected across the network Eventhough |
Beta Was this translation helpful? Give feedback.
Answered by
cwinkler
Dec 14, 2021
Replies: 1 comment
-
php artisan serve --host=0.0.0.0 do NOT use this in production! |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
crynobone
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
php artisan serve --host=0.0.0.0
do NOT use this in production!