Authorization via Policies and Gates
Details
We'll go over various authorization methods built into Laravel. We'll start with Policies and Gates, and maybe even move to Form Requests. If we have time, we might even look at pushing Policy/Gate behavior into the database.