Questions tagged [phpdesktop]

PHP Desktop is an open source project providing a way for developing native desktop GUI applications using web technologies such as PHP, HTML5, JavaScript and SQLite. It is written in C++.

Phpdesktop acts as a PHP to EXE compiler. Embedded into a single application it delivers the following components:

  • a web browser (Google Chrome or Internet Explorer)
  • a multithreaded web server (Mongoose)
  • a PHP interpreter

The final single application comes with no external dependencies. Everything is included in the produced binary and ready to work out of the box.

Resources

62 questions
0
votes
0 answers

Response Header status code is not valid from Laravel Response in phpdesktop-chrome-57-php-7.13-rc

Hi I am using phpdesktop-chrome-57-php-7.13-rc and facing some very weired issues with Laravel and raw php. On every error status code it is returning, 200 have a look its a simple Laravel Login the result status code should be 422 but it is…
Ali Zain
  • 610
  • 7
  • 24
0
votes
0 answers

php chrome desktop is not showing external css

I'm using php chrome desktop to transform my website to a desktop application, but the issue is that it shows without external css, but when i use inline css it works ?
V.p. Dixit
  • 19
  • 3
0
votes
1 answer

Cannot connect to laravel

In a typical laravel project i use localhost:8000 to connect to my backend. How can i connect to the backend when using phpdesktop? Given that the port keeps changing with every launch. I tried localhost:8000
Noela
  • 17
  • 2
0
votes
2 answers

PHP Desktop - Access to local resources

can you help me with access to local reseources? For example I want glob my images outside of www folder. PHP has access but chrome not show this images. Thanks for your answer. Martin
mtichy
  • 29
  • 1
  • 3
0
votes
0 answers

My HTML layout is zoomed out after compiling my laravel project with php desktop and inno installer

I am new to php desktop and inno installer, and have been trying to get myself familiar with the same. I had posted another question regarding php desktop and inno installer some few days ago, which I was able to get help. Now my program is opening…
0
votes
1 answer

How to Run MySQL without installation and access with IP address (like http://127.0.0.1/phpmyadmin)

i have to download MySQL zip from this site (https://dev.mysql.com/downloads/mysql/) and run it with cmd but i want to run it with php code and access database with IP address like Xampp or wamp server (http://127.0.0.1/phpmyadmin). please help me…
waheed
  • 73
  • 1
  • 1
  • 5
0
votes
0 answers

How to run laravel5.6 applicationin phpdesktop app with SQLite Database

I am using Laravel 5.6 application with SQLite database. It is well running on XAMPP server but I want to use it on PHPDesktop App. when I keep all file on PHPDesktop App "WWW" derectory and run the phpdesktop-chrome.exe file the the given error is…
0
votes
1 answer

PHPDesktop and mPDF, print forces to save instead of showing print dialog

I have written code for printing report using mdf library in PHP as below: include("..\mpdf\mpdf.php"); $mpdf=new mPDF('','A4'); $mpdf->WriteHTML($a); $mpdf->SetJS('this.print();'); $mpdf->Output(); exit; When I use this applicaiton, things go…
Neetu
  • 117
  • 1
  • 13
0
votes
2 answers

How to make Fullscreen button on Php desktop

I am experimenting with Php desktop, and so far all is great. How ever I need to be able to have a button that will make it go to fullcreen and out (not only maximalized). Is there a way to do it? Or is there a way to start the aplication in…
0
votes
0 answers

Make PHPDesktop work with Symfony3

I've built a Symfony application that have to be run on Windows and I want to make it very simple to be installed. For this purpose, I found PHPDesktop very perfect but I can't make it work with Symfony3 allthough there is a wiki page that describe…
0
votes
1 answer

Using PHP Printer functions in PHP Desktop application

In XAMPP environment I develop and test my PHP code in XAMPP environment (local) and it success. In PHP Desktop environment I already copied the php_printer.dll into the ext folder and include this line extension=php_printer.dll in the php.ini…
4 Leave Cover
  • 1,248
  • 12
  • 40
  • 83
0
votes
1 answer

How to provide security to the code in php desktop

I want to provide an security to the code present in Mongoose server Which is used for making desktop. I want to deliver the desktop application to the client but the client is able to read the code under www folder in Mongoose server, That was not…
-1
votes
2 answers

No 'Access-Control-Allow-Origin' header is present on the requested resource laravel 5.8.8

I have installed barryvdh/laravel-cors as explained on the readme file in the github repository. I still have a No 'Access-Control-Allow-Origin' header is present on the requested resource error. I am using vue, axios and laravel 5.8.8 Installed…
Noela
  • 17
  • 2
-1
votes
1 answer

Executing multiple .bat or .exe files

I am using PHP Desktop to turn my web app into "desktop app". Is it possible and if it is how can I execute multiple .bat or .exe files after executing the main .exe file? Also is it possible to execute .bat or .exe file with button using…
Toli2017
  • 47
  • 4
-1
votes
2 answers

PHP Desktop Z-index

I downloaded the PHP Desktop application from https://code.google.com/p/phpdesktop/wiki/DownloadMSIE, and paste www folder to the downloaded file. I am getting issue in z-index. Select Box appears first and Menu appears back. It is working fine in…