First, download the Laravel installer using Composer.
composer global require "laravel/installer"
laravel new blog
Putting as the PATH the directory ~/.composer/vendor/bin, it will be possible using laravel.
export PATH="~/.composer/vendor/bin:$PATH"
Find more questions by tags Laravel