PHP >= 7.1.3
- After cloning run
make setup
.
- If you add variables on
.env
make sure to update the.env.example
file. - To compile run
yarn hot
oryarn watch
. - After you pull changes especially from
backend
branch just runmake update
to update your app files.
- Creating
FormRequest
always extend theBaseRequest
not theFormRequest
(which is the default).
To used the whitelist ip feature make sure to update the .env
file and set the APP_ENV
to production
or live
.