0

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

B. Desai
  • 16,414
  • 5
  • 26
  • 47
  • Not quite sure what you mean but try the Via Composer Create-Project `composer create-project --prefer-dist laravel/laravel blog` – rbaskam Oct 06 '17 at 12:05
  • it works that way.. but i won't be able to use laravel in my command promt – Krishna Rao Oct 06 '17 at 15:10
  • Ok I get you I think. Have you tried this. https://stackoverflow.com/questions/25373188/laravel-installation-how-to-place-the-composer-vendor-bin-directory-in-your – rbaskam Oct 06 '17 at 16:53

0 Answers0