Need help with installing.
i am trying to install filament panel but i get an error when trying to use these commands.
command:
composer require filament/filament:"^3.2" -W
php artisan filament:install --panels
error:
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].
- filament/filament v3.2.0 requires illuminate/console ^10.0 -> found illuminate/console[v10.0.0, ..., v10.48.22] but these were not loaded, likely because it conflicts with another require.
any help is appriciated!
8 Replies
Have you tried composer update before installing filament?
yes
And have you tried deleting the vendor directory before doing composer update?
Although that shouldn't really matter tbh 🤔
yes then it installs and i create a user
but when i try to acces the admin panel nothing happens just white screen with a 404 error
So the installation part is done?
Can you provide a bit more information? What url are you trying to access? What steps regarding setup have you done?
What laravel version?
please run:
php artisan about
and provide the output.
i already found a sollution
thank you for the fast reply's!
What was the solution? Nice for others to know in the future :D