Laravel this is not only a practical framework, it is also a programming style
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();
Aucun commentaire:
Enregistrer un commentaire