Photo by Glenn Carstens-Peters on Unsplash When i start to migrating from Windows to Linux (i am using Ubuntu 18.04) i have to install everthing including Laravel. So i installed the Laravel globally using composer everything went ok. Then i found problem when i want to make a project named " perpus " using command The erro r says : "laravel : command not found". Then i checked what the official website says : "Make sure to place Composer's system-wide vendor bin directory in your $PATH so the laravel executable can be located by your system. This directory exists in different locations based on your operating system; however, some common location inceelude : GNU / Linux Distributions : $HOME/.config/composer/vendor/bin or $HOME/.composer/vendor/bin " So we have to check our Composer PATH location and Linux's Bash to make sure there are in the same location. First, open the terminal and type we can see my Composer PATH located in /.compose...