debug
Set Debug in Filament admin.
Hi.
Filament v4 follows whatever set in APP_DEBUG in the .env
I want to ask if there is a way to set debug=true for filament even though APP_DEBUG=false
I tried adding ->debug(true) in AdminPanelProvider but its giving 505 error so I guess this function does not exist
This is a side project so I'm fine seeing errors in the admin panel and thats for better troubleshooting
0 Replies