Skip to content

giusniyyel/Electron-Laravel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Laravel Electron Desktop Application

Build laravel desktop applications using Electron JS.

NPM License Status Twitter Medium

Required

  • php 7.4 or higher
  • NodeJS 7.17 or higher

Included

  • Electron
  • Electron-Packager
  • Laravel 8

Installation

This repository requires NodeJS 16.4.2 & Laravel 8 or higher to run.

# Clone this repository
git clone https://github.com/giusniyyel/electron-laravel.git
# Go into the repository
cd electron-laravel
# Install dependencies
npm install
# Create your laravel project (you should use www as project name)
laravel new www
# Run the app
npm start

Configuration

If you need to make some modifications of the PHP Server you can check PHP Server Manager Documentation

Application Index

The default index.php is found in laravel project public folder (/www/public by default), you can change it in // server configuration section which is in main.js file.

Credits

I really apreaciate this repositories for the help


Typed with ❤️ by Daniel Campos 😊

About

Build laravel desktop applications using Electron JS.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published