Laravel this is not only a practical framework, it is also a programming style
How can i get a limited items from relationship with Laravel
this is my laravel code:
$data = $category->posts;
i want something like:
$data = $category->posts->limit(4);
Aucun commentaire:
Enregistrer un commentaire