ELECTRON-4-PHP
ELECTRON-4-PHP copied to clipboard
After run this command ( npm install electron-packager) , All thing goes empty no any page responding.
when I trying to build by (npm install electron-packager) command .exe the file generated successfully but there is an issue that my all data has been removed and shown as blank fields and I unable to see any PHP response. please help me. how can i solve this.
same here.. only a blank page.
After Packaging this problem happening means possibly its not able to create PHP server. Because its already on. So try stop previous PHP server and them try running it.
On Wed, Jan 6, 2021, 12:40 AM ufopilot [email protected] wrote:
same here.. only a blank page.
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/AJ-TechSoul/ELECTRON-4-PHP/issues/31#issuecomment-754839113, or unsubscribe https://github.com/notifications/unsubscribe-auth/AGP4QIB6V2BSPWZLRXR4IYTSYNP2DANCNFSM4VUYDQGQ .
@AJ-TechSoul Thank you for the reply. But still, that issue is not resolved, I made my apache sever turn off.
Hi there, i started a new project and did all steps
- mkdir laravel
- cd laravel/
- npm init -y
- npm i --save-dev electron electron-packager
- npm i --save node-php-server
- mkdir www php
- cp laravel installation to www
- cp php to php I took your main.js und changed some stuff..
- npm run build ("build": "electron-packager . YouDesk --icon=asset/icons/win/youdesk.ico --out=dist --overwrite") Now it's running with Laravel also after packaging.
Thx
How can i use a renderer.js in a laravel view?
Wow thats Good. @ufopilot Please contribute as its a important open source project. For me i am normally working for living and its difficult contribute regularly. I invite you for contribution if you feel good.