I could not find anything that would call artisan serve inside the cade.
2, Then I copied the faulty project to another computer as was able to reproduce it
php artisan serve
Laravel development server started: http://127.0.0.1:8000
[Tue Aug 24 09:28:55 2021] PHP 7.4.16 Development Server (http://127.0.0.1:8000) started
[Tue Aug 24 09:29:00 2021] 127.0.0.1:52221 Accepted
Laravel development server started: http://127.0.0.1:8001
[Tue Aug 24 09:29:04 2021] PHP 7.4.16 Development Server (http://127.0.0.1:8001) started
[Tue Aug 24 09:29:51 2021] 127.0.0.1:52337 Accepted
Laravel development server started: http://127.0.0.1:8002
[Tue Aug 24 09:29:52 2021] PHP 7.4.16 Development Server (http://127.0.0.1:8002) started
How can I trace/log everything that happens after I type php artisan server?
perhaps i would try to disable all the route, and write a simple callback function to return "hello world" for "/".
if still happened there may something wrong with the core system/config.... perhaps can check the services provider as well...
if running well... then start tracing from the controller where your code triggered....