Skip to content

Commit 592eb10

Browse files
Edit: README file
Remove: Laravel default README file
1 parent af785c8 commit 592eb10

File tree

2 files changed

+34
-64
lines changed

2 files changed

+34
-64
lines changed

README.md

Lines changed: 34 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,35 @@
1+
<p align="center">
2+
<img src="https://gblobscdn.gitbook.com/spaces%2F-LBKK1y7h_XWAtuRJG9X%2Favatar.png?alt=media" alt="ElectronJS" width="200"/>
3+
<img src="https://i.dlpng.com/static/png/94951_preview.png" alt="Plus Icon" width="200"/>
4+
<img src="https://laravel.com/img/logomark.min.svg" alt="Laravel Logo" width="170"/>
5+
</p>
6+
17
# Electron JS with Laravel
2-
> PHP VERSION: 7.4.11
3-
>
4-
>Laravel VERSION 8x
8+
> PHP VERSION: 7.4.11,
9+
>LARAVEL VERSION 8x
10+
11+
## Requirements
12+
- PHP installed on your computer (7.4 or higher)
13+
- [Composer](https://getcomposer.org/download/)
14+
- [Laravel](https://laravel.com/docs/8.x#via-laravel-installer)
15+
- [NodeJs](https://nodejs.org/en/) (Recommended installing the LTS version instead of the current version)
16+
- You will need also NPM (The Node Package Manager comes with the nodejs installation)
17+
18+
## How to Install
19+
- First download this [Laravel with ElectronJS](https://github.com/DevShaded/electron-laravel) Repository
20+
- Then open your terminal and go into the project
21+
- Run command `npm install`
22+
- Then go into the `www` folder
23+
- Run command `composer install`
24+
- Then open the `.env-example` file in the `www` folder
25+
- Copy everything inside of the `.env-example`
26+
- Then make a file called `.env` inside of the `www` folder
27+
- Paste everything from the `.env-example` into the `.env` file
28+
- Run command `php artisan key:generate`
29+
30+
## How to run
31+
- Run Command `npm start electron .` in the root folder not the `www` folder
32+
33+
And you are done!
34+
35+
> Stuck? Message me on Discord! DevShaded#1435 or make an issue in the issue tab!

www/README.md

Lines changed: 0 additions & 61 deletions
This file was deleted.

0 commit comments

Comments
 (0)