Laravel this is not only a practical framework, it is also a programming style
I want to display the following eloquent in index view for nova resource
Post::where('frontpage', true)->get()
And perform Post model CRUD operations, How can I do that?
Aucun commentaire:
Enregistrer un commentaire