Laravel 5.0.33 Illuminate\Database\Eloquent\Model not found in line 5 -


here file email.php in app, simple doesn't work:

<?php     namespace app;     use illuminate\database\eloquent\model;      class email extends model {         protected $table = 'emails';         public $timestamps = false;     } ?> 

laravel 5.0.33 illuminate\database\eloquent\model not found in line 5

yes got vendors , composer install doesn't solve anything.i need help. passed journey can't doing , searching internet without find that


Comments

Popular posts from this blog

xslt - Substring before throwing error -

Google Cloud Bigtable Durability/Availability Guarantees -

Android M doze mode and "native" posix socket freezing up -