Code Monkey home page Code Monkey logo

electronlaravel's Introduction

Laravel Portable Application with Electron

This repository contains a Laravel application packaged as a portable desktop application using Electron. This guide provides the steps to set up the development environment, run the application, and generate a build for Windows.

Prerequisites

Before you begin, ensure you have the following software installed on your system:

  1. Node.js (version 14.x or higher recommended)
  2. Composer

Getting Started

Follow these steps to clone the repository, install dependencies, and run the application.

1. Clone the Repository

git clone https://github.com/yourusername/your-repo-name.git
cd your-repo-name


### Install PHP Dependencies
composer install
## Install Node.js Dependencies
npm install

### Run the Laravel Application
php -S 127.0.0.1:8000 -t public

###  ejecutar desarrollo con Electron. 
npm start
 
### Build the Application for Windows
npm run build -- --win

electronlaravel's People

Contributors

piposeimandi avatar

Watchers

 avatar

electronlaravel's Issues

NO funciona el PHP del directorio

Actualmente no esta utilizando el php que se encuentra en el repo sino que el que tengo instalado en el pc , la idea seria arreglar la ruta para que utilice el php del repo sin la necesidad de tener php instalado en el pc y en las variables de entorno.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.