-
Notifications
You must be signed in to change notification settings - Fork 1
Laravel Electron Package Builder
AiFx4Intel edited this page Apr 1, 2022
·
1 revision
Now that we have the base platform for your Laravel Project to enable a desktop app we need to set up the Electron Builder to package it into a installer desktop app.
- Electron Binaries : https://github.com/electron/electron/...
- Electron Application Distribution Guide - https://www.electronjs.org/docs/lates...
- Electron Builder - https://github.com/electron-userland/...
- Electron Packager - https://github.com/electron/electron-...
I will add each method here once i have successfully achieved the desired result!