Skip to content

Commit

Permalink
first commit 🔥
Browse files Browse the repository at this point in the history
  • Loading branch information
3x1io committed Apr 8, 2024
1 parent 660c6ed commit 81023cb
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,18 @@ if you like to use splade everywhere reigster the plugin on `/app/Providers/Fila

and make sure that you are `global_allow => true` on the config file.

## Register Splade Exceptions

on your `boostrap/app.php` file add this line

```php
->withExceptions(function (Exceptions $exceptions) {
$exceptions->renderable(function (\Illuminate\Foundation\Exceptions\Handler $e) {
return \ProtoneMedia\Splade\SpladeCore::exceptionHandler($e);
});
})
```

## Publish Assets

you can publish config file by use this command
Expand Down

0 comments on commit 81023cb

Please sign in to comment.