FilamentF
Filament10mo ago
ericmp

Can't install Filament on Laravel 12 fresh app

[Edit] WIP -> https://github.com/filamentphp/filament/pull/15695

[Original question]:
Steps to reproduce it:
1- Install a fresh Laravel v12 project
2- Do: composer require filament/filament:"^3.2" -W:
./composer.json has been updated
Running composer update filament/filament --with-all-dependencies
Loading composer repositories with package information
Updating dependencies
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - Root composer.json requires filament/filament ^3.2 -> satisfiable by filament/filament[v3.2.0, ..., v3.2.142].
    - Root composer.json requires laravel/framework ^12.0 -> satisfiable by laravel/framework[v12.0.0, v12.0.1].
    - filament/filament[v3.2.0, ..., v3.2.35] require illuminate/console ^10.0 -> satisfiable by illuminate/console[v10.0.0, ..., v10.48.28].
    - illuminate/queue[v10.0.0, ..., v10.48.28] require illuminate/console ^10.0 -> satisfiable by illuminate/console[v10.0.0, ..., v10.48.28].
    - filament/filament[v3.2.39, ..., v3.2.142] require illuminate/auth ^10.45|^11.0 -> satisfiable by illuminate/auth[v10.45.0, ..., v10.48.28, v11.0.0, ..., v11.44.0].
    - filament/filament[v3.2.36, ..., v3.2.38] require illuminate/console ^10.45 -> satisfiable by illuminate/console[v10.45.0, ..., v10.48.28].
    - illuminate/auth[v10.0.0, ..., v10.48.28] require illuminate/queue ^10.0 -> satisfiable by illuminate/queue[v10.0.0, ..., v10.48.28].
    - illuminate/console[v10.17.0, ..., v10.48.28] require nunomaduro/termwind ^1.13 -> found nunomaduro/termwind[v1.13.0, ..., v1.17.0] but these were not loaded, likely because it conflicts with another require.
    - Conclusion: don't install illuminate/auth v11.44.0 (conflict analysis result)


Installation failed, reverting ./composer.json and ./composer.lock to their original content.
GitHub
Laravel 12 support AnourValar/eloquent-serialize#21
Was this page helpful?