Protect Eloquent Models From Being Updated or Deleted
How to protect Eloquent models in your Laravel application from being updated or deleted.
How to protect Eloquent models in your Laravel application from being updated or deleted.
Making use of one of Laravel’s most helpful features: the service container.
I’m pleased to say I’ve joined Pitchero as a software developer.
Using form requests to authorise, validate, and perform actions in a Laravel application.
How to remove the annoying “Add to iTunes as a Spoken Track” context menu item in macOS.
An example of implementing the Action–Domain–Responder pattern in Laravel.
How to install and use Homestead on a per-project basis with Laravel applications.
How to set up a Laravel 5 application on Heroku using Heroku’s Redis add-on.
How to create signed S3 object URLs using version 3 of the AWS PHP SDK.
Improving Laravel 5’s registrar service by re-factoring from façades.