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:Jump to solution
In the boot method of AppServiceProvider add
```
CreateAction::configureUsing(
function ($action){
return $action->slideOver();...
2 Replies