Trying to install Filament
Hello,
I am trying to install Filament for my project. I ran the following command as per the instructions in the docs:
and I got the following output:
As per the docs the requirements are:
Filament requires the following to run:
PHP 8.1+
Laravel v10.0+
Livewire v3.0+
Which I meet. It seems I met the other requirements but it failed to load for some reason.
I am trying to install Filament for my project. I ran the following command as per the instructions in the docs:
PS C:\laragon\www\Ookma-Kyi-Core> composer require filament/filament:"^3.2" -Wand I got the following output:
As per the docs the requirements are:
Filament requires the following to run:
PHP 8.1+
Laravel v10.0+
Livewire v3.0+
Which I meet. It seems I met the other requirements but it failed to load for some reason.