laravel command is not found
I tried installing Laravel in CentOS but it returned the not found error.
composer global require " laravel/installer" laravel new [project-name]
I came to know that the error exists because of path not added. If this is the exact solution, then how and where to add the path..??