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

javascript - oscilloscope of speaker input stops rendering after a few seconds -

javascript - gulp-nodemon - nodejs restart after file change - Error: listen EADDRINUSE events.js:85 -

Fatal Python error: Py_Initialize: unable to load the file system codec. ImportError: No module named 'encodings' -