Fix Laravel Command not found in ZSH or BASH in Ubuntu/WSL2
Make sure you have added laravel via composer. Just Type this command in terminal and hit enter.
For zsh and bash:
For bash only:
Note : if still you are getting that error again, please edit .zshrc/.bashrc and add path manually path.
add this line
Press 'ctrl+s' for save and 'ctrl+x' to exit.
← Previous postAdd free Cloudflare SSL in AWS EC2 Instance
Next post →What is Javascript Hoisting ?