filament-exceptions icon indicating copy to clipboard operation
filament-exceptions copied to clipboard

A Simple & Beautiful Pluggable Exception Viewer for FilamentPHP's Admin Panel

Results 9 filament-exceptions issues
Sort by recently updated
recently updated
newest added

Bumps [dependabot/fetch-metadata](https://github.com/dependabot/fetch-metadata) from 1.6.0 to 2.1.0. Release notes Sourced from dependabot/fetch-metadata's releases. v2.1.0 What's Changed Relax engine-strict=true by @​jeffwidman in dependabot/fetch-metadata#510 Handle branch names containing hyphen separators by @​tspencer244 in...

Hi! I've noticed a problem with SPA mode. Line numbers and syntax highlighing aren't visible when viewing an exception. Refreshing the browser while on the exceptions page fixes the issue....

optimizing resource configuration and removing the global config file.

**Added information on readme on how to use this filament-exceptions with filament-shield** Added information on readme on how to use this filament-exceptions with filament-shield, because sometimes, its not working automatically...

Bumps [dependabot/fetch-metadata](https://github.com/dependabot/fetch-metadata) from 1.6.0 to 2.2.0. Release notes Sourced from dependabot/fetch-metadata's releases. v2.2.0 What's Changed Bump actions/create-github-app-token from 1.9.0 to 1.10.0 by @​dependabot in dependabot/fetch-metadata#523 Bump actions/create-github-app-token from 1.10.0 to...

### Description Steps to reproduce the bug: Use named bindings in a database query, for example: `DB::select('select * from users where id = :id', bindings: ['id' => 1])` In my...

I got error `trim(): Argument #1 ($string) must be of type string, Filament\Support\Enums\IconPosition given` when i published filament component with command `php artisan vendor:publish filament-views`. I got this error without...

Hi, my version of mysql is 8.4 and i ve this message on job that delete the history : `SQLSTATE[42000]: Syntax error or access violation: 1235 This version of MySQL...