I am trying to install php framework, Laravel on my Ubuntu 16.04 Desktop. I followed the documentation and installed composer. I moved the composer.phar
file to /usr/local/composer
. After I excecuted
$composer global require "laravel/installer"
But I could neither find .composer file in $HOME nor could I execute
$laravel
On my terminal