You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+29-5Lines changed: 29 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,18 +9,42 @@ PHP Fiddle is a Windows desktop application that allows you to execute PHP code
9
9
## Questions & Answers
10
10
11
11
**Where is PHP Fiddle installed?**
12
-
-- PHP Fiddle is by default installed in %LocalAppData%\PHP Fiddle.
12
+
-- PHP Fiddle is by default installed in %LocalAppData%\Programs\php-fiddle.
13
13
14
14
**Can I enable more PHP extensions or edit the PHP.ini configuration?**
15
-
-- Yes, make any changes to %LocalAppData%\PHP Fiddle\php\php.ini and restart the application.
15
+
-- Yes, make any changes to %LocalAppData%\Programs\php-fiddle\resources\app\php\php.ini and restart the application.
16
16
17
17
**Can I update the PHP version?**
18
-
-- Yes, you can grab a new release of PHP at the [PHP for Windows](https://windows.php.net/download/) website and replace the folder at %LocalAppData%\PHP Fiddle\php\.
18
+
-- Yes, you can grab a new release of PHP at the [PHP for Windows](https://windows.php.net/download/) website and replace the folder at %LocalAppData%\Programs\php-fiddle\resources\app\php\.
19
19
20
20
## Credits
21
21
22
-
The project is based on the innovative technology ["PHP Desktop" by Czarek Tomczak](https://github.com/cztomczak/phpdesktop) that comes wrapped with [PHP for Windows](https://windows.php.net/download/) and [Chrome Emdedded Framework (CEF)](https://github.com/chromiumembedded/cef). For distributing the software there is a prefined [Inno Setup](https://jrsoftware.org/isinfo.php) script that can be used for compiling new installation packages.
22
+
The project is built with Node.js using [Electron](https://www.electronjs.org/).
23
23
24
24
The PHP logotype is property of [The PHP Group](https://www.php.net/credits.php).
25
25
26
-
The javascript source code editor bundled with this software is [CodeMirror](https://codemirror.net/).
26
+
The javascript source code editor bundled with this software is [CodeMirror](https://codemirror.net/).
27
+
28
+
# How To Build
29
+
30
+
```markdown
31
+
## How To Build
32
+
33
+
Make sure you have Node.js v22+ installed and follow these steps to build PHP Fiddle from source:
0 commit comments