I'm trying to make use of the Laravel installer. But when i type 'Larvel new' the command not found error is shown. In the documentation this is written: > Make sure to place the~/.composer/vendor/bin directory in your PATH so the laravel.
Hi,
Just my two cents on this question.
to make this "path" permanently added to your environment, if your use bash you can edit
~/.profile or even base file for all users /etc/profile
and add it there.