laravel / octane

Supercharge your Laravel application's performance.
https://laravel.com/docs/octane
MIT License
3.73k stars 289 forks source link

Update InstallCommand.php #830

Closed brunograndecom closed 6 months ago

brunograndecom commented 6 months ago

The commit fixes the issue when FrankenPHP install fails when no-interaction flag is present.

Octane Version 2.3.2

Laravel Version 10.43.0

PHP Version 8.3

What server type are you using? FrankenPHP

Steps To Reproduce php artisan octane:install --server=frankenphp --no-interaction

brunograndecom commented 6 months ago

This is fixes this issue: https://github.com/laravel/octane/issues/827