简体   繁体   中英

Cannot connect to laravel

In a typical laravel project i use localhost:8000 to connect to my backend. How can i connect to the backend when using phpdesktop? Given that the port keeps changing with every launch.

I tried localhost:8000

make sure you are not running anything on that port. but if the issue persists, you can always run this command, feel free to change the port to your most preferred choice

php artisan serve --port=8080

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