Closed
Description
Octane Version
2.3
Laravel Version
10.10
PHP Version
8.3
What server type are you using?
FrankenPHP
Server Version
latest
Database Driver & Version
No response
Description
I'm trying to create a project with Laravel & FrankenPHP, it works good but the problem comes when I try to auto-reload the changed files. Since I don't want to use --watch (because it's only available with nodejs and i'm using Bun) I'm trying to set the max-requests to 1 to auto-reload the server on each request only for development, but it does not work.
Steps To Reproduce
I'm starting the server with php artisan octane:frankenphp --max-requests=1