Dropdown Auto Placement()

I have issue when i use this: ->dropdownAutoPlacement() the error is: BadMethodCallException Method Filament\Actions\ActionGroup::dropdownAutoPlacement does not exist. please help
Solution:
add ^ "^4.0"...
Jump to solution
9 Replies
LeandroFerreira
run composer update
StrangeFate
StrangeFateOP5w ago
already tried but the error still happen
LeandroFerreira
php artisan filament:about what is the output?
StrangeFate
StrangeFateOP5w ago
here sir
No description
LeandroFerreira
check in your composer.json
"filament/filament": "^4.0",
"filament/filament": "^4.0",
StrangeFate
StrangeFateOP5w ago
"require": {
"php": "^8.2",
"filament/filament": "4.0",
"laravel/framework": "^12.0",
"laravel/tinker": "^2.10.1",
"maatwebsite/excel": "^3.1",
"phpseclib/phpseclib": "^3.0"
},
"require": {
"php": "^8.2",
"filament/filament": "4.0",
"laravel/framework": "^12.0",
"laravel/tinker": "^2.10.1",
"maatwebsite/excel": "^3.1",
"phpseclib/phpseclib": "^3.0"
},
already sir
Solution
LeandroFerreira
add ^ "^4.0"
LeandroFerreira
and run composer update again
StrangeFate
StrangeFateOP5w ago
solved sir, thank you so much sir 👍

Did you find this page helpful?