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 find the Eloquent ORM models from app/models?
question from:https://stackoverflow.com/questions/29052267/move-laravel-5-eloquent-models-into-its-own-directory