Skip to content
This repository has been archived by the owner on Dec 10, 2019. It is now read-only.

rusbrain/reps2_beta1

Repository files navigation

Deploy:

composer install

For production:

composer install --optimize-autoloader --no-dev

Update data in .env file

Run:

php artisan migrate
php artisan storage:link
php artisan db:seed
php artisan route:cache
php artisan config:cache

Bower install:

cd public 
bower install