-
Notifications
You must be signed in to change notification settings - Fork 318
Open
Labels
Description
Octane Version
2.11.0
Laravel Version
12.20.0
PHP Version
8.3.23
What server type are you using?
FrankenPHP
Server Version
1.8.0
Database Driver & Version
No response
Description
I have an octane app running inside a docker container and use a bind mount for the application code. When editing files, fs events are not sent across the bind mount to the container, so the watcher does not detect them. I have the same issue reported in #487. There is also an open issue on the frankenphp repository php/frankenphp#1616.
A potential solution would be to add an option to octane:frankenphp
, like --chokidar
to use chokidar
instead of frankenphp's watcher.
Steps To Reproduce
Same as #487, but using frankenphp.
zeeid