Level 32
You have to manually instantiate the classes you need i guess.
When i use an repository in Lumen i need to specify every path to the class i need using use \illuminate\support\Facades\Cache; for example.
In Laravel 4 all those classes where already available in my repo. Is there a way to have them (and my eloquent models) autoload in the repository? Like in Laravel 4?
Please or to participate in this conversation.