Thanks @wew for your reply, I discovered this directory, but it seems that it contains all the view files in Filament cache (~100 files) , not only those shown by Debugbar and in anyway it does not change the Debugbar display. It's still a small help because it's, at least, the same names shown in Debugbar.
Jan 23, 2025
3
Level 1
Debugbar with Filamenent / FilaStart (TALL stack) shows view cache name
I use for the first time Filamenent / FilaStart with Debugbar but when I display the debugbar views on the Cruds view I get
__components::bd31e88145d24c6980a842fbcee446e7bd31e88145d24c6980a842fbcee446e7.blade.php#?
blade
__components::9acc8bd1c7bfbc0566f6e7ce6a92f8739acc8bd1c7bfbc0566f6e7ce6a92f873.blade.php#?
blade
__components::b3ecca1ff40e5682e945502e1c847056b3ecca1ff40e5682e945502e1c847056.blade.php#?
blade
__components::9b0aa906eb507785d5e713f2ff316d379b0aa906eb507785d5e713f2ff316d37.blade.php#?
blade
__components::9b0aa906eb507785d5e713f2ff316d379b0aa906eb507785d5e713f2ff316d37.blade.php#?
blade
__components::9b0aa906eb507785d5e713f2ff316d379b0aa906eb507785d5e713f2ff316d37.blade.php#?
blade
__components::4e08262e37252af4d0ec53b8f597c6de4e08262e37252af4d0ec53b8f597c6de.blade.php#?
blade
__components::4e08262e37252af4d0ec53b8f597c6de4e08262e37252af4d0ec53b8f597c6de.blade.php#?
blade
__components::4e08262e37252af4d0ec53b8f597c6de4e08262e37252af4d0ec53b8f597c6de.blade.php#?
blade
__components::1d99a7e4df9cb78eeaf464df03e7012b1d99a7e4df9cb78eeaf464df03e7012b.blade.php#?
blade
__components::4943bc92ebba41e8b0e508149542e0ad4943bc92ebba41e8b0e508149542e0ad.blade.php#?
blade
filament.footer
```
Any idea how to show the blade file?
Level 102
Try excluding views you dont want in config
https://github.com/barryvdh/laravel-debugbar/blob/master/config/debugbar.php#L238
1 like
Please or to participate in this conversation.