git clone https://github.com/helin16/properta.gitcd properta
composer installcd public
bower installmysql -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>