LMSouq
php-dev Open

Laravel PHP command not found

CH
chemitaxis
1 month ago
3 views
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

✓ Solution Ready
Analyzing problem and generating solution…
Was this solution helpful?
Back to Knowledge Base