今天偶发想学习一下Laravel
当执行
bash
php artisan serve
结果一直没法起来 报错信息如下所示:

当前php 环境为 8.2.9
bash
php -v

解决办法:
bash
php -S localhost:9999 -t public



