Octane Version
2.13
Laravel Version
12.0
PHP Version
8.2.18
What server type are you using?
Roadrunner
Server Version
2.60
Database Driver & Version
SQLite and PostgresQL
Description
Installed fresh octane in fresh laravel project using:
composer require laravel/octane
Proceeded to run:
php artisan octane:install
And selected ROADRUNNER as the engine.
Installation completed successfully!
Then I ran:
I was greeted by the error:
ERROR The Swoole extension is missing.
I never selected swoole (and I actually have swoole installed via pecl).
Steps To Reproduce
I have given the exact steps I took in the report above.