Laravel serve command doesn't read env variables correctly
I have a Laravel 9.5 and there is an issue with the env variables. In the project root folder, I have .env file and the content is: APP_NAME=Laravel APP_ENV=local APP_KEY=base64:key= APP_DEBUG=true APP_URL=https://liveurl.com But when I run it with php artisan…