Since there is no one talking and telling you about this, here is how you can Customize this Script:
1. Install Node Modules
This script is using
Node version 12. Install it with
fnm inside
Laragon (Recommended)
2. Run NPM RUN WATCH
To see the customization in real time use
npm run watch. Any customization will be immediately changed.
3. Run NPM RUN PRODUCTION
After finishing customization, build everything using this command
npm run production.
Common Error
What I know from my experiences, here is to solve these common errors:
1. 500 Error on Initial Install. Mostly because the sessions folder is missing in the storage/framework
To solve this, add a new
sessions folder inside the
storage/framework
2. Connection Reset or Returning to Initial Install after Completing Install
IDK if any of you ever have this issue. But, to solve this you can just create an empty file called
Installed inside
storage/app/public. After that, you will not get redirected to the Initial setup anymore. Also make sure this file exists:
- oauth-private.key
- oauth-public.key
Make sure these files exist inside the `storage` folder.
Thanks, me later 