I am having this error when moving User.php to Models/User.php
User.php
Models/User.php
local.ERROR: Symfony\\Component\\Debug\\Exception\\FatalThrow
I finally was able to resolve it by changing this the following code.
array ( 'driver' => 'eloquent', 'model' => 'App\\Models\User', ),