Slides: bit.ly/2CseAwi
PHP Examples
Cache Artisan Console User Authentication Gates / Policies Task Scheduling Localization |
Transients API / wp_cache WP-CLI User Authentication Roles & Permissions wp_mail WP Cron I18n / l10n |
---|
The TodoMVC project is a specification for a simple front-end application which can be written using various different JavaScript frameworks.
We're going to look at how we could use Laravel to handle persistence of TodoMVC data.
The back-end is simple: it needs to be able to create, read, update, and delete Tasks from the database.