There was an error while loading. Please reload this page.
Map the controller to your eloquent Model.
User
Add a protected property called $controller into your model (eg User.php) :
protected property
$controller
User.php
protected $controller = 'Path\To\UserController';
The controller will be accessed by :
$user->controller