I am on linux, and I add the laravel command to my PATH by doing this: export PATH="$PATH:~/.composer/vendor/bin"
then I can run things like: laravel new project
to create a new a laravel project.
My problem is when I restart the terminal, and I cannot use it any more, until I re-add the laravel PATH.
Any idea why is that?