-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Describe the bug
The enable functionality does not support isolated users, results in an error
To Reproduce
- Install the plugin
- Create a site with an isolated user
- Enable the functionality
- See error
Expected behavior
Octane is enabled
Additional context
ErrorException copy(/home/{user}/{site}/public/frankenphp-worker.php): Failed to open stream: Permission denied at /home/{user}/{site}/vendor/laravel/octane/src/Commands/Concerns/InstallsFrankenPhpDependencies.php:35 31▕ */ 32▕ public function ensureFrankenPhpWorkerIsInstalled() 33▕ { 34▕ if (! file_exists(public_path('frankenphp-worker.php'))) { ➜ 35▕ copy(DIR.'/../stubs/frankenphp-worker.php', public_path('frankenphp-worker.php')); 36▕ } 37▕ } 38▕ 39▕ /** �[2m+16 vendor frames �[22m 17 /home/{user}/{site}/artisan:16 Illuminate\Foundation\Application::handleCommand()
Metadata
Metadata
Assignees
Labels
No labels