-
Hi, I'm working on an API that is documented using https://github.com/knuckleswtf/scribe. |
Beta Was this translation helpful? Give feedback.
Answered by
ManuDoni
Mar 1, 2024
Replies: 1 comment 6 replies
-
You can use the |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is my solution:
I copied the Caddyfile stub and modified the
php_server
directive this way:I only added the
try_files {path} {path}/index.html {path}/index.php frankenphp-worker.php
Then i set my Caddyfile using the
--caddyfile
option of thephp artisan octane:start
command