How to fix Laravel not found after running composer global require laravel/installer
The issue you're encountering is likely due to the global Composer bin directory not being added to your system's PATH. Here are the steps to resolve this:
-
Find the Composer global bin directory:
-
Edit the shell configuration file:
-
Add the directory to the PATH:
-
Apply the changes:
-
Verify the installation: