default slideover

I swear I seen this somewhere haha

There was a way to make the default for all modals to be slide overs, instead of setting it each time

Anyone know?
Solution
In the boot method of AppServiceProvider add
CreateAction::configureUsing(
function ($action){
return $action->slideOver();
})
Was this page helpful?