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'));
}



via Chebli Mohamed

Aucun commentaire:

Enregistrer un commentaire