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