Level 56
You can keep it.
The octane:install command will always ask you this, and then check your system if you have whichever you choose installed.
Just choose RoadRunner and you should be good.
1 like
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
I created an empty Laravel 9 project, then installed RoadRunner using the docs there: https://roadrunner.dev/docs/intro-install/2.x/en
$ composer require spiral/roadrunner:v2.0 nyholm/psr7
$ ./vendor/bin/rr get-binary
But then after I also ran
composer require laravel/octane
php artisan octane:install
It then asked me which server would I like to use:
Which application server you would like to use?:
[0] roadrunner
[1] swoole
Should I then undo what I did with the RoadRunner docs? (Uninstall whatever I installed there, and let Laravel Octane install it?)
You can keep it.
The octane:install command will always ask you this, and then check your system if you have whichever you choose installed.
Just choose RoadRunner and you should be good.
Please or to participate in this conversation.