First of all, i have seen other posts with similar title but 1. they’re old, 2. none of them worked. I have also searched other places, like laracast
So, my problem is that, I have built a website in laravel 11, installed breeze, worked perfectly fine. But when I uploaded into the live server, done with composer install (worked completely file) and then run php artisan key:generate I am getting no output (the command isn’t even working) and all artisan command are same.
PHP v8.2, Laravel 11.
Here, as you can see, composer install
went well, but artisan
commands not working.