简体   繁体   中英

In Laravel-5 localhost:8000 not working when in offline in ubuntu

With this command

php artisan serve

when my Ubuntu 14.04 is connected with network/online. It's ok. And shows

Laravel development server started on http://localhost:8000/

But when offline. Its show......

Laravel development server started on http://localhost:8000/ [Sun Dec 27 19:54:34 2015] PHP Warning: Unknown: php_network_getaddresses: getaddrinfo failed: Name or service not known in Unknown on line 0 [Sun Dec 27 19:54:34 2015] Failed to listen on localhost:8000 (reason: php_network_getaddresses: getaddrinfo failed: Name or service not known)

这对我有帮助:

php artisan serve --host 127.0.0.1

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM