laravel / octane

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

Frankenphp installation fails in no-interaction mode #827

Closed hotrush closed 6 months ago

hotrush commented 6 months ago

Octane Version

2.3.2

Laravel Version

10.43.0

PHP Version

8.3

What server type are you using?

FrankenPHP

Server Version

no idea, it's not installed

Database Driver & Version

No response

Description

failed to solve: process "/bin/sh -c php artisan octane:install --server=frankenphp --no-interaction" did not complete successfully: exit code: 1

It works if remove --no-interaction flag.

Steps To Reproduce

php artisan octane:install --server=frankenphp --no-interaction

driesvints commented 6 months ago

@dunglas

brunograndecom commented 6 months ago

I created a pull request to fix that https://github.com/laravel/octane/pull/830

driesvints commented 6 months ago

Thanks all