Tagged: laravel

single action controller

Single Action Controller in Laravel

In this post, we’re going to find out what is a Single Action Controller, how to create one, and what are the pros and cons of using it. Let’s dive in!     What...

Laravel Use UUID in Eloquent Models

Laravel Use UUID in Eloquent Models

Let’s find out how to set up Eloquent Models to use UUIDs are Primary Key in a MySQL database, instead of auto-incrementing integers. I won’t go into depth about the pros and cons of...