Relative Content

Tag Archive for laravel-nova

Invoice Create view in Nova Laravel

I am currently working on a project using Nova, and I need to create a standard invoice view resource for the Invoice model. I am uncertain about the best approach and would appreciate some guidance.

How to prevent an unfiltered query on millions of records?

I have a resource where the default filter uses a limited date range to prevent query failures on the entire database. How can I ensure users either select a narrow date range or, if no date range is specified, provide an alternative filter to avoid querying all records?