vendredi 16 août 2019

Method links does not exist in Laravel

There are several people who have the same problem. So, the problem is related to the pagination?

Method Illuminate\Database\Eloquent\Collection::links does not exist.

public function index()
{
    $garages = Garage::where('id', Auth::user()->id)->get();
     return view('admin.garages.index', compact('garages'));
}



from Newest questions tagged laravel-5 - Stack Overflow https://ift.tt/31Fz0de
via IFTTT

Aucun commentaire:

Enregistrer un commentaire