Monday, November 13, 2017

How to install Laravel 5.4 on Ubuntu 16.04.3 LTS



First yo have to install all dependency to host website E.g :PHP, MySql Like Etc...

Then   Logon to your server  with sufficient privileges



Next Run following command:

curl -sS https://getcomposer.org/installer | sudo php -- --install-dir=/usr/local/bin --filename=composer

Then yo will receive following


 Next Run folloiwng code ,Alternatively, you may also install Laravel by issuing the Composer create-project command in your terminal:

composer create-project --prefer-dist laravel/laravel project-name



Finally you required to receive following success install message



Restart the terminal.

No comments:

Post a Comment