Level 102
Did you enable eloquent?
If you would like to use the Eloquent ORM, you should uncomment the $app->withEloquent() call in your bootstrap/app.php file.
It should load eloquent. I am not sure that lumen has the casting stuff though https://github.com/illuminate/database/tree/master/Eloquent/Concerns