Requests can be used for validation / authorisation
Upgrading from 0.3
your index, store, show, update & destroy methods should now call the handle{{method}}Action method from parent instead of parent::{{method}}
Events now also have the request available to be accessed by your listener.