Events seem to be not working.
In file:
https://github.com/esbenp/larapi/blob/master/api/Users/UserServiceProvider.php
You reference:
use Infrastructure\Events\EventServiceProvider;
But that class is missing in that folder:
https://github.com/esbenp/larapi/tree/master/infrastructure/Events
How do I setup a login event handler?