-
Hey, just had a little play with FrankenPHP locally (self compiled). So my App is working using the following command and caddyfile:
Then i discovered the
What is the difference between using |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
If you need (or want) a custom Caddyfile, you must use |
Beta Was this translation helpful? Give feedback.
php-server
is a helper command that starts FrankenPHP without requiring to write a Caddyfile. It is ok for very standard PHP apps. It doesn't read theCaddyfile
at all.If you need (or want) a custom Caddyfile, you must use
run
instead.