cztomczak / phpdesktop

Develop desktop GUI applications using PHP, HTML5, JavaScript and SQLite

Home Page:https://groups.google.com/d/forum/phpdesktop

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Any version without chrome

AskDesignTeam opened this issue · comments

i want to use php desktop without chrome, i need to run only the server with cmd commands on silent mode, i want to delete all chrome files like "libcef.dll" to have a final small folder size server to deploy with my app

Hi cztomczak. I've been trying to convert php and laravel projects to desktop app. All my efforts doesnt work.
First trouble is the project version supports php >=8.1
secondly, other projects output error. blocked by firewall exiting now. etc.

Do i have the opportunity to get your support to have this achieved. I have been on this for some years now. thank you

@equinenigeria it is not really easy to do the chrome or MSIE update yourself but for PHP there is not any problem to use a newer runtime. I have it in one of my offline running projects Makefile to utilize PHP 8.0 ... just search for the latest php nts download link and replace the runtime in the project to have PHP >= 8.1 running :)

See here at target "phpdesktop": https://github.com/DZunke/VDOLog/blob/v1.x/Makefile

Instructions on how to update PHP version bundled with PHP Desktop are available on the Knowledge Base wiki page.

Thank you. Really appreciate