Repository containing the source code of the main Degovan website.
Clone or download this repository
git clone https://github.com/Degovan/degovan
cd degovan
Install all dependencies
composer install
Copy environment file
cp .env.example .env
Setup Laravel app
php artisan key:generate
php artisan migrate --seed
php artisan test
to ensure your passed all testing./vendor/bin/pint
to ensure your code is in accordance with the laravel coding standard