Problem bei der Installation von Filament 3.2 für Laravel 11Php

PHP-Programmierer chatten hier
Guest
 Problem bei der Installation von Filament 3.2 für Laravel 11

Post by Guest »

Ich möchte Filemanet im neuen Laravel 11 installieren, dann stehe ich vor diesem Problem.
  • Ich habe damit begonnen, ein neues Laravel-Projekt mit dem folgenden Befehl zu erstellen:

Code: Select all

composer create-project laravel/laravel example-app
[*]Dann habe ich versucht, Filament 3.2 mit diesem Befehl zu installieren:

Code: Select all

composer require filament/filament:"^3.2" -W
Fehler:
Nachdem ich den obigen Befehl ausgeführt habe, wird ein Fehler angezeigt:

Code: Select all

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.17.0, ..., v10.48.25] 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.
- filament/filament v3.2.0 requires illuminate/console ^10.0 -> satisfiable by illuminate/console[v10.0.0, ..., v10.48.25].
- 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.

Fehler-Snapshot

Quick Reply

Change Text Case: 
   
  • Similar Topics
    Replies
    Views
    Last post