Richard
Test EditUser livewire class gives 403
I solved this by checking if viewAny in the UserPolicy was returning true for my specific case. It returned false, that's why I was getting a 403 error on the edit page.
Edit: also, I use multi-tenancy so it's important to call in the setup of my tests.
Marking this one as solved.
4 replies
Custom breakpoints with $columnSpan property
Hi, i remember doing exactly that. I don't have my computer close at the moment. In your tailwind config in the content array, do you include the paths to these Filament classes to enable Tailwind to scan the files for CSS-classes? I don't know if Filament has this already configured but i remember i once had problems because of that.
12 replies
Custom breakpoints with $columnSpan property
Also, when I change for example the 'xl' breakpoint to '2000px' and I use it like in the example above, it works. Does Filament take into account newly added breakpoints that don't come with the standard Tailwind screens-configuration?
12 replies