https://influx-forum.herokuapp.com/
Huge Blog/Forum project inspired by Laracasts.com series and some others.
- Run
make setup
to install dependencies, generate .env file, create SQLite database, apply migrations and etc. - Run
make npm
to install npm and compile JS/CSS files. - Run
make start
to launch a local server using Heroku.
- Add
php
andnodejs
buildpacks. - Add Heroku Postgres and Heroku Redis addons.
- Set all
.env
keys. SetNPM_CONFIG_PRODUCTION
asfalse
.
If you want users to confirm their emails then in RegisterController's
create
method remove email_verified_at
string.