Answers for "limit does not work with hasmany laravel"

PHP
0

laravel has many limit

public function posts()
{
    return $this->hasMany('AppModelsPost', 'cat_id')->take(4);
}
Posted by: Guest on October-11-2020

Code answers related to "limit does not work with hasmany laravel"

Browse Popular Code Answers by Language