Laravel 5.3 fast installation guide

in #laravel8 years ago (edited)


First: You need composer

go to: https://getcomposer.org/download

And run code in quotes

Second: create project with Laravel in your www folder via Composer Create-Project

cd /var/www

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

Where k - is a name of your project

Third: Laravel is installed. Let's configure apache!

Create .conf file at /etc/apache2/sites-available with:

Fourth: Enable website in apache & restart apache

a2ensite [name_of_your_conf]

service apache2 restart

Fifth: It works


Next step (soon): configuring DB

Coin Marketplace

STEEM 0.27
TRX 0.11
JST 0.030
BTC 67808.48
ETH 3831.14
USDT 1.00
SBD 3.55