dimanche 19 janvier 2020

Class 'App\Models\AdListing' not found in Laravel

I have table whose name is ad_listings, I have created model named as AdListing but when i try to use it in controller i get

Class 'App\Models\AdListing' not found.

$Data = AdListing::where('id',$Id)->get();


via Chebli Mohamed

Aucun commentaire:

Enregistrer un commentaire