Skip to content
Advertisement

phpdesktop laravel blank white page

i need to make a website available offline, right off the bat my idea is to create a desktop app that would sync the database when connected to the server, then i came across phpdesktop, just tried using it for my brand new laravel project, but for some reason when i run the exe the only thing showed up is a blank white page. what seems to be the problem? the project is brand new

screenshot white blank page

the settings.json web_server is edited according to tutorials online :

JavaScript

log that comes out:

JavaScript

any help will be appreciated, thanks in advance.

Advertisement

Answer

Just update php from 7.1 to 7.2.19. I find this repo https://github.com/laravelarticle/laravel-desktop and notice that this working on higher php.

User contributions licensed under: CC BY-SA
8 People found this is helpful
Advertisement