laravelmacosterminalcomposer-phpuninstallation

Can't remove Laravel installation with composer on a Mac


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:

terminal message

after i run the command laravel --version still show me the message:

laravel version

how i can delete completely laravel with composer?


Solution

  • I found a solution with the command:

    which composer
    

    i deleted composer installation and Laravel Herd.

    Got it!