filament installation
hello I'm new to filament and i have some problems in the installation i have version 11.0 of laravel and 8.2 of php and installed livewire but when i try to install filament tables it fails
6 Replies
Solution
Welcome!
composer require filament/tables
? (sorry)I think it's an issue with Windows that requires
"
around your version constraint. Try:
composer require filament/tables:"^3.2"
This worked successfully! Thank you!
i typed the first one and it works=> composer require filament/filament
If you want to install only the Filament Tables, use
composer require filament/tables
πokaay thank you'll so much