git clone https://github.com/helin16/properta.git
cd properta
composer install
cd public
bower install
mysql -e 'create database properta'
php artisan migrate:refresh --seed
<Directory "S:\PhpstormProjects\properta\public">
Order Allow,Deny
Allow from all
Require all granted
AllowOverride All
</Directory>
<VirtualHost *:8106>
DocumentRoot "S:\PhpstormProjects\properta\public"
</VirtualHost>