Install in Laravel 9 the Form and Table Builder
Hello everybody. Guys, I need to install the Form and the Table Builder in Laravel 9. In the documentation it says that it works just fine, but when I try, it gives me this error message:
Do you know how to resolve this? Thanks
Solution:Jump to solution
```json
{
"name": "laravel/laravel",
"type": "project",
"description": "The Laravel Framework.",...
9 Replies
Why are you requiring
2.0
specifically instead of ^2.0
?I don't quite understand what you mean, but I'm giving composer require filament/tables:"^2.0" as per the documentation.
According to your error you have said 2.0 now ^2.0. Can you provide your JSON?
I have a clean install of Laravel 9. I just installed Breeze and Livewire 2. I'm trying to get Filament Table and Form Buider in now. My composer.json is like this.
then when I try composer require filament/tables:"^2.0" I get the error message I mentioned at the beginning.
Solution
Try the above, delete the lock and composer install again
ok
It worked out. Thank you very much
Welcomes
Why are you using an old version out of curiosity?
Project requirement. The customer requested it. I believe that his server only runs up to PHP 8.
Fair enough