I manually deleted the vendor folder in user/.composer
After I run also composer global remove laravel/installer
This on my mac Monterey and the terminal say this message:
after i run the command laravel --version
still show me the message:
how i can delete completely laravel with composer?
I found a solution with the command:
which composer
i deleted composer installation and Laravel Herd.
Got it!