Skip to content

How to use different PHP version when using Laravel Octane ? #1254

Answered by dunglas
zgramming asked this question in Q&A
Discussion options

You must be logged in to vote

Hi,

The easiest way is to use Docker, and select the Docker image for the PHP version you want: https://laravel.com/docs/11.x/octane#frankenphp-via-docker

Change FROM dunglas/frankenphp by FROM dunglas/frankenphp:php8.3 for instance.

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@zgramming
Comment options

@dunglas
Comment options

@zgramming
Comment options

Answer selected by zgramming
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants