This quick tutorial will walk you through a series of easy steps to make your Laravel app modular
Secure data model using aggregates and value objects, and connect them seamlessly to your business use-cases.
learn how to decouple your business logic in your Laravel app
A quick recap of the many ways you can get value from objects in PHP
Make your data more precise, more resilient, and bring it closer to the business domain.
Let's discuss the various ways to address code dupplication.
How to make a phar package of an Artisan command
Testing is easier than you think!
Sometimes, we need simple solutions
A very simple method to find images dupplicates
With a simle command you can validate your Blade files
Supercharge your Git Game with this simple hook
Useful to make slugs
Very useful for refactoring
Very simple snippet that demonstrates the power of iterators and generators.
On local and testing environment, it might be a good idea to turn off password checking to facilitate reviews. Here's how!
Too many branches laying around on GitHub? This is the solution!
Tags are very common in any application. This snippet leverages Eloquent's polymorphism to give any...
At AddWorking we're huge fans of Font Awesome. It's so easy to use and have so many icon, it's really...
Some database objects are atomic - i.e. they're just a name. Think of a Tag, think of a Role, think...
We're going to leverage the power of Eloquent's morphs to make anything in our system likeable.
Inspect your Gates for a better UI
TL;DR Note: roles will be created in database "on the go", through the Role::wrap method....