Skip to content

Requests can be used for validation / authorisation

Compare
Choose a tag to compare
@phpsa phpsa released this 23 Oct 23:07
· 291 commits to master since this release
51c3217

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.