Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

After run this command ( npm install electron-packager) , All thing goes empty no any page responding. #31

Open
mduzair025 opened this issue Jan 5, 2021 · 6 comments

Comments

@mduzair025
Copy link

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.

@ufopilot
Copy link

ufopilot commented Jan 5, 2021

same here.. only a blank page.

@aj-techsoul
Copy link
Owner

aj-techsoul commented Jan 6, 2021 via email

@mduzair025
Copy link
Author

@aj-techsoul Thank you for the reply. But still, that issue is not resolved, I made my apache sever turn off.

@ufopilot
Copy link

ufopilot commented Jan 8, 2021

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

@ufopilot
Copy link

ufopilot commented Jan 8, 2021

How can i use a renderer.js in a laravel view?

@aj-techsoul
Copy link
Owner

aj-techsoul commented Jan 9, 2021 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants