Ahmadmhk
Ahmadmhk
FFilament
Created by Ahmadmhk on 5/26/2024 in #❓┊help
enum only showing the path
No description
35 replies
FFilament
Created by Ahmadmhk on 5/17/2024 in #❓┊help
Panel /Admin error 404
i am making a new project after i type php artisan filament:install --panels for some reason some files are missing in provider does that mean i need to add them manually ? and do i need to add some stuff in confige/app.php
12 replies
FFilament
Created by Ahmadmhk on 5/15/2024 in #❓┊help
installing Composer
No description
35 replies
FFilament
Created by Ahmadmhk on 4/24/2024 in #❓┊help
Downloading Error conflicts with another require
I am using windows when i want to install composer require filament/filament:"^3.2" -W
>>
The "3.2" constraint for "filament/filament" appears too strict and will likely not match what you want. See https://getcomposer.org/constraints
./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
- 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].


Installation failed, reverting ./composer.json and ./composer.lock to their original content.
>>
The "3.2" constraint for "filament/filament" appears too strict and will likely not match what you want. See https://getcomposer.org/constraints
./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
- 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].


Installation failed, reverting ./composer.json and ./composer.lock to their original content.
2 replies