-
-
Notifications
You must be signed in to change notification settings - Fork 3.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot be installed with Laravel 11 (release date Feb 6) #11239
Comments
Hello, sorry to bother, but I can't install fillament on a fresh Laravel 11 project.
I saw on #10972 mokhosh said it was working at Laravel 11 and saw the PR correctly merged. I don't know if I am missing something. Thank you so much for your valuable time. |
In case anyone is having the same issue. I just needed to target the right release version: $ This works for me. |
This works for me i was able to install it. @fershopls Thank you so much.
|
This solved my problem aswell ty! |
This is what finally did it for me:
Thanks @fershopls ! This should be pinned since it's not possible to follow the filament installation documentation currently. Problem 1 |
---->>>>Genial me funciona perfecta gracia por el aporte<<<<<--- |
Package
filament/filament
Package Version
v3.2
Laravel Version
v11.0
Livewire Version
v.3.4.4
PHP Version
PHP 8.3.1
Problem description
Filament cannot be installed with Laravel 11.
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
- filament/filament[v3.2.0, ..., 3.x-dev] require illuminate/console ^10.0 -> found illuminate/console[v10.0.0, ..., 10.x-dev] but these were not loaded, likely because it conflicts with another require.
- Root composer.json requires filament/filament ^3.2 -> satisfiable by filament/filament[v3.2.0, ..., 3.x-dev].
Installation failed, reverting ./composer.json and ./composer.lock to their original content.
Expected behavior
Filament installs when running
composer require filament/filament:"^3.2" -W
Steps to reproduce
run
composer require filament/filament:"^3.2" -W
when Laravel 11 is installedReproduction repository
https://github.com/blocher/therapy
Relevant log output
The text was updated successfully, but these errors were encountered: