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: docs/08-Features/06-Live Preview/03-php-live-preview.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ import VideoPlayer from '@site/src/components/Video/player';
7
7
import Tabs from '@theme/Tabs';
8
8
import TabItem from '@theme/TabItem';
9
9
10
-
Setting up a live preview for PHP projects is straightforward with Apache and XAMPP. Below are the installation and configuration steps for each operating system:
10
+
Setting up Live Preview for PHP projects is straightforward with *Apache* and *XAMPP*. Below are the installation and configuration steps for each operating system:
11
11
12
12
<Tabs
13
13
defaultValue="windows"
@@ -60,9 +60,9 @@ Setting up a live preview for PHP projects is straightforward with Apache and XA
60
60
</TabItem>
61
61
62
62
</Tabs>
63
-
6. Add the following settings to your custom live preview:
63
+
6. Add the following settings to your custom Live Preview:
64
64

65
-
Your live preview should now automatically update to reflect changes whenever PHP files are edited.
65
+
Your Live Preview should now automatically update to reflect changes whenever PHP files are edited.
0 commit comments