Flare 2.0 has been launched!
These past months, we've been busy redesigning our entire service. We're very proud to launch it today. Long-time users will immediately notice that both our marketing website and application have...
Jun 8th 2023
•
flareapp.io
Fixing nested validation in Laravel
Since the early days, Laravel includes an excellent validator class. It allows you to check if the input provided to your application is valid according a set of rules and...
Jun 8th 2023
•
flareapp.io
Grouping SQL errors
Flare gets a lot of errors every day. To keep a good overview, we try to group them as best as possible because you don't want to end with thousands...
Jun 8th 2023
•
flareapp.io
Why and how we remove inactive users and teams
Like many others SaaS applications, you can try out Flare using a trial period. Of course, not everybody that tries out Flare will convert. After the trial period is over,...
Jun 8th 2023
•
flareapp.io
Caching Inertia's SSR responses
Inertia has been widespread among Laravel developers for a few years due to its seamless integration of front-end frameworks like Vue. js and React. However, the recent addition of SSR...
Jun 8th 2023
•
flareapp.io
Sensitive parameters in PHP 8.2
When debugging errors, we as developers have a few tools available: an exception of a particular class, a message, a status code, and a stack trace. The stack trace is...
Jun 7th 2023
•
flareapp.io
A Laravel package to quickly see which HTML is rendered by which Blade view
I'm happy to share that we have released our latest package, spatie/laravel-blade-comments.
This package can add comments to your rendered HTML output. For each Blade view that was used...
May 30th 2023
•
freek.dev
Flare 2.0 is right around the corner
Flare was launched almost four years ago. In human life, that's a short time, but for an online service, that's a lifetime.
Over the years, we had quite some ideas...
May 15th 2023
•
flareapp.io
Changing your larger-than-average MySQL table
We're still working on our redesign and are close to release. Today we started tackling an issue where the performance of the error page was too slow for us. In...
May 8th 2023
•
flareapp.io
You might not need `useRef` for that
According to the React maintainers, React developers reach for the useEffect hook too quickly. It is far from the only hook with many naive usages. Why won't we go...
May 8th 2023
•
flareapp.io