I spent the longest time trying to get Laravel Nova to work. Finally figured out my dumb mistake. I had setup a policy for the model I was trying to create a resource for and I had set the viewAny
function to return false. Now I have it set to check for the viewNova
gate. All fixed now 👍
Thu Apr 07 2022 21:19:59 GMT+0000 (Coordinated Universal Time)
Luke Bouch