Skip to content

Does not Support Isolated Users #1

@RichardAnderson

Description

@RichardAnderson

Describe the bug
The enable functionality does not support isolated users, results in an error

To Reproduce

  1. Install the plugin
  2. Create a site with an isolated user
  3. Enable the functionality
  4. 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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions