Skip to content

Laravel Electron Package Builder

AiFx4Intel edited this page Apr 1, 2022 · 1 revision

Laravel - Electron - Step 2

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.

  1. Electron Binaries : https://github.com/electron/electron/...
  2. Electron Application Distribution Guide - https://www.electronjs.org/docs/lates...
  3. Electron Builder - https://github.com/electron-userland/...
  4. Electron Packager - https://github.com/electron/electron-...

I will add each method here once i have successfully achieved the desired result!

Clone this wiki locally