⏯️Usage
use TomatoPHP\FilamentSplade\Traits\InteractsWithSplade;->plugin(\TomatoPHP\FilamentSplade\FilamentSpladePlugin::make())Register Splade Exceptions
->withExceptions(function (Exceptions $exceptions) {
$exceptions->renderable(function (\Illuminate\Foundation\Exceptions\Handler $e) {
return \ProtoneMedia\Splade\SpladeCore::exceptionHandler($e);
});
})Last updated