Meta Fields in Laravel using Fluent Meta Data for Eloquent Models
This will be a very short post explaining a very quick and easy to use solution for adding Meta Fields to an entity(DB table) when you are using the Laravel Framework. Use Cases This can be useful in the following scenarios: You have an entity that have a lot of attributes, for example a car, it might have some basic… Read more →