Skip to content

helin16/properta

Repository files navigation

Development Requrement

Get Started

Git

git clone https://github.com/helin16/properta.git

PHP Packages

cd properta
composer install

Front-end Packages

cd public
bower install

Database

mysql -e 'create database properta'
php artisan migrate:refresh --seed

Apache

<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>

Honorable Mentions

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors