Try class user extends \Eloquent with the preceding backslash; Laravel adds its classes to the global namespace.
Finally found the answer, you have to add
use Eloquent;
to the model!
Thanks for taking the time to reply mclassic!!
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community