© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•16mo ago•
4 replies
Matthew

Override configureUsing ?

If I have a service provider with a boot method like:

    public function boot() : void
    {
        CreateAction::configureUsing(function ($action) {
            return $action->slideOver();
        });
... 
    public function boot() : void
    {
        CreateAction::configureUsing(function ($action) {
            return $action->slideOver();
        });
... 


How do I override a specific instance that I don't want as slide over ?

I've tried ->slideover(false) & ->modal() without success.

Thanks
Solution
slideOver(false) should suffice on the actually action
Jump to solution
Filament banner
FilamentJoin
A powerful open source UI framework for Laravel • Build and ship admin panels & apps fast with Livewire
20,307Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

Override Table::configureUsing
FilamentFFilament / ❓┊help
6mo ago
conditional configureusing
FilamentFFilament / ❓┊help
2y ago
configureUsing (global translations)
FilamentFFilament / ❓┊help
3y ago
use `configureUsing` to avoid repetition
FilamentFFilament / ❓┊help
16mo ago