@t0ne go to composer.json file and update
inertiajs/inertia-laravel": "^0.4"
then run
composer update
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
I want to use intertia-laravel 0.4 but when i 'composer update' spark paddle:
Problem 1
- laravel/spark-paddle 1.x-dev is an alias of laravel/spark-paddle dev-master and thus requires it to be installed too.
- laravel/spark-paddle[dev-master, v1.0.8] require inertiajs/inertia-laravel ^0.3.5 -> found inertiajs/inertia-laravel[v0.3.5, v0.3.6] but it conflicts with your root composer.json require (^0.4.0).
- Root composer.json requires laravel/spark-paddle ^1.0.8 -> satisfiable by laravel/spark-paddle[v1.0.8, 1.x-dev (alias of dev-master)].
because spark-paddle composer.json says: "inertiajs/inertia-laravel": "^0.3.5"
How can i solve this?
thanks in advance!
Please or to participate in this conversation.