Problem Description
I installed Laravel using Composer without problems, but when I try to run `laravel` in the terminal, I get the following error:
> -bash: laravel: command not found
The docs say that I need to do the following:
> Make sure to place the ~/.composer/vendor/bin directory in your PATH so the laravel executable is found when you run the *laravel* command in your terminal.
How can I do that?
AI-Generated Solution
Powered by LMSouq AI · GPT-4.1-mini
Analyzing problem and generating solution…
Was this solution helpful?