teamladders / prototype

This version is designed as a classic Laravel 5 application just to design core functions of the service in a simple way.
GNU General Public License v3.0
0 stars 0 forks source link

prototype

This version is designed as a classic Laravel 5 application just to design core functions of the service in a simple way.

setting up

1) After installation specify your mailer settings in .env file
2) sudo -Hu www-data composer install
3) npm install
4) gulp
5) sudo -Hu www-data php artisan migrate