#php
Read more stories on Hashnode
Articles with this tag
Symfony applications often face slow load times and high server strain due to issues like inefficient database queries, poor caching, and unoptimized...
In the last few months I worked heavily to renovate the monitoring experience for Symfony developers. The Symfony monitoring library is the second...
Laravel auth routes is one of the essential features of the Laravel framework. Using middlewares you can implement different authentication strategies...
Livewire is one of the most important projects in the Laravel ecosystem specifically targeted to frontend development. Livewire v3 has been recently...
Recently we went deep into the Laravel authentication system for some improvements and to add Multi-Factor authentication. I discovered some...
I use this technique to group the bug fixes array by date in the Inspector dashboard, and I thought it could be a good code snippet idea for others. I...