Home /

Blog

Filtered on: Laravel Nova Unset

Blog

My random ramblings

Below you can read various blog posts about Laravel, Vue.js or other techniques. That depends on my mood.

Loading blogposts...

Filter index resources Laravel Nova

On the index page of a Laravel Nova Resource, you may notice that all records are loaded. You would think that returning false from the view function in the policy of the related resource would stop specific resources from appearing on the index page. Unfortunately, this is not the case and requires a special approach.