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
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,7 +49,7 @@ cd comfyui-php</code></pre>
49
49
50
50
<h3>7. Start the Laravel Development Server</h3>
51
51
<pre><code>php artisan serve</code></pre>
52
-
<p>Visit: <code>http://localhost:8000</code> or set up your web server to point to <code>/public</code>.</p>
52
+
<p>or set up your web server to point to <code>/public</code> and visit: <code>http://localhost:chosen port</code> </p>
53
53
54
54
<hr />
55
55
@@ -96,7 +96,6 @@ cd comfyui-php</code></pre>
96
96
97
97
<h2>📂 Notes</h2>
98
98
<ul>
99
-
<li>The <code>.env</code> file is included but stripped of secrets.</li>
100
99
<li><code>vendor/</code> and <code>node_modules/</code> directories are excluded. Use <code>composer install</code> and <code>npm install</code> after cloning.</li>
0 commit comments