Blade, css, and js

Hello, is there any way to see the blade, css, js, livewire, etc. of each resources in filament?
4 Replies
awcodes
awcodes4mo ago
See it how.? Not sure what you’re asking.
none223
none2234mo ago
for example when you try to inspect the website u will see the html and other things. I am referring to those things. what i get from inspect is a static, but what i want is the dynamic one along with its dependencies like css and js
awcodes
awcodes4mo ago
Still not following devtools are great for js and css. Outside that Debugbar is good for blade inspection.
none223
none2234mo ago
How about this? The reason why i am asking this is because i need to integrate what i am working in filament with other pure laravel projects? It's like two seperate projects and i need them to be in one.