Replies: 1 comment 2 replies
-
| 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.
                  
                    2 replies
                  
                
            
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
Uh oh!
There was an error while loading. Please reload this page.
-
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) /roadrunnerfor the HTTP server instead?Beta Was this translation helpful? Give feedback.
All reactions