Filament v4 upgrade command fails: Phpactor class:move exceeded timeout of 60 seconds
Hello,
I’m trying to upgrade my Filament project from v3 to v4 using the provided Artisan command:
The process starts normally, downloads
I already tried increasing
My questions are:
1. How can I increase Phpactor’s timeout so that the
2. Is there a way to configure Phpactor (e.g., with
3. Has anyone else experienced this problem when running the upgrade command in a Docker environment (Laravel Sail)?
Environment:
* Laravel Sail (Docker)
* Filament v3 → upgrading to v4
* Phpactor downloaded automatically during the upgrade
Any advice would be appreciated!
I’m trying to upgrade my Filament project from v3 to v4 using the provided Artisan command:
The process starts normally, downloads
phpactor, and begins migrating resources. However, it fails with the following error:I already tried increasing
max_execution_time and other PHP settings in php.ini, but this error seems to be related to Symfony’s Process timeout inside Phpactor rather than PHP itself.My questions are:
1. How can I increase Phpactor’s timeout so that the
filament:upgrade-directory-structure-to-v4 command can finish?2. Is there a way to configure Phpactor (e.g., with
phpactor.yml) or pass a --timeout option to avoid this issue?3. Has anyone else experienced this problem when running the upgrade command in a Docker environment (Laravel Sail)?
Environment:
* Laravel Sail (Docker)
* Filament v3 → upgrading to v4
* Phpactor downloaded automatically during the upgrade
Any advice would be appreciated!
