Replies: 1 comment 1 reply
-
I would love to use Octane, but it relies on the We'll need our own custom implementation that doesn't rely on But yeh, this would be great. Using the development server
Yes, it's true, even apps that go to production will use PHP's built-in dev server. So far this isn't an issue, it merely acts as a lightweight interface to running the PHP code. But for sure I would like a more robust solution. Ideally where we're not having to listen on a network interface at all. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
If my understanding is correct, even the production built NativePHP uses PHP's development server to serve the HTTP requests to the application.
Maybe add support for
laravel/octane
+swoole
(may not have Windows support) /roadrunner
for the HTTP server instead?Beta Was this translation helpful? Give feedback.
All reactions