go to: https://getcomposer.org/download
And run code in quotes
cd /var/www
composer create-project --prefer-dist laravel/laravel k
Where k - is a name of your project
Create .conf file at /etc/apache2/sites-available with:
a2ensite [name_of_your_conf]
service apache2 restart
Next step (soon): configuring DB