Adding shared behavior to requests with Laravel middleware
What middleware is in Laravel, how to write it, and how to centralize cross-cutting concerns like authentication in one place.
Blog
My writing, videos and posts across platforms on software architecture, PHP, DevOps and product development. (Page 27/30)
What middleware is in Laravel, how to write it, and how to centralize cross-cutting concerns like authentication in one place.
How to define hasMany and belongsTo relationships in Laravel Eloquent, and how to solve the N+1 query problem with eager loading.
How I set up a front-end workflow that automates Sass compilation, JavaScript bundling, and browser reloading with Gulp.
An introduction to the most impactful ES6 features — let, const, arrow functions, and template literals — with practical examples.
An overview of PHP 5.6's variadic argument support and the new exponentiation operator, with practical examples.
A practical walkthrough of building interface-agnostic JSON API endpoints in Laravel.