Using Flare with Lumen
The main goal of Flare is to be the best error tracker for Laravel applications. Since we started, many people are asking how they can use Flare with other PHP...
Nov 22nd 2019 flareapp.io

Shop-built jigs
Nov 21st 2019 sebastiandedeyne.com

Important ideas come back
Nov 18th 2019 sebastiandedeyne.com

Creating business opportunities with error tracking
When running production applications for your clients, it can take days until a bug is reported to your team. This reporting-delay might not be critical to the business of your...
Nov 18th 2019 flareapp.io

06. Managing domains
In the previous chapters we looked at the three core building blocks of our domains: DTOs, actions and models. Today we take a breather from the low level technical stuff,...
Nov 17th 2019 stitcher.io

05. States
The state pattern is one of the best ways to add state-specific behaviour to models, while still keeping them clean. This chapter will talk about the...
Nov 16th 2019 stitcher.io

Sending a welcome notification to new users of a Laravel app
Nov 15th 2019 freek.dev

Relationship issues
Or in other words, dealing with complex database relations and Laravel models. Recently I had to deal with a complex performance issue in one of our larger Laravel...
Nov 9th 2019 stitcher.io

Laravel's HasManyThrough cheatsheet
- The current model Country has a relation to Post via User - The intermediate model is linked to the
Nov 8th 2019 stitcher.io

Improving Artisan commands
Nov 7th 2019 freek.dev