Laravel 5 has ORM models by default in app folder. I want to move these into app/models. When I do that then these classes are not found anymore.
How to make Laravel fin
After doing @Saint Play steps. I had to do php artisan config:clear. Then it worked !
php artisan config:clear