Stuck in installation of panel builder
Hello currently stuck on this...I'm intersted in learning this framework..
Here is my errorr message
Problem 1
- illuminate/console[v10.0.0, ..., v10.48.9] require nunomaduro/termwind ^1.13 -> found nunomaduro/termwind[v1.13.0, ..., v1.15.1] but these were not loaded, likely because it conflicts with another require.
- filament/filament v3.2.0 requires illuminate/console ^10.0 -> satisfiable by illuminate/console[v10.0.0, ..., v10.48.9].
- Root composer.json requires filament/filament 3.2 -> satisfiable by filament/filament[v3.2.0].
11 Replies
Hi, Could you tell me what Laravel version you are using? If it is v11 I used composer require filament/filament="3.2.57" -W instead of composer require filament/filament:"^3.2" -W Try once this. If it works then great!!
IT's laravel
filamentproject>php artisan --version
Laravel Framework 11.5.0
let me try this
Seems like it will work. Try once
Show all error, it looks like some php extension is missing
saved me..thanks bro
No issues ☺️
by the way...do you need to run xamp on..apache and sql to run 127.0.0.1/admin/login?
We do run the server using artisan. Please refer to Laravel docs for this. Command is: php artisan server.
got it..im running php artisan serve now on cli inside vscode...
but when i try to access this server port it says cannot be reached
checked my .env file it's on
APP_NAME=Laravel
APP_ENV=local
APP_KEY=base64:zu2MXYWyunEBlFbTWih+4BtDGhH1GwvDs+5Vrs0K2Qw=
APP_DEBUG=true
APP_TIMEZONE=UTC
APP_URL=http://localhost
Please DM me on this. Let's not clutter other things in this since many people will be checking these solutions. I hope you understand 🙂