Latest Laravel/PHP Articles

Latest Laravel/PHP Articles curated daily from around the web.


Scout APM helps PHP developers pinpoint N+1 queries, memory leaks & more so you can troubleshoot fast & get back to coding faster. Deprecations often are a sour...
https://ohdear.app is the all-in-one monitoring tool for your entire website. We monitor uptime, SSL certificates, broken links, scheduled tasks and more.
TL;DR: COUNT(*) is optimized to be fast, you should use it. You have probably read in a bunch of different places that you shouldn't use SELECT(*) in MySQL when...
Glimpse streamlines Laravel development by seamlessly deploying GitHub pull requests to preview environments with the help of Laravel Forge. Glimpse streamlines Laravel development by seamlessly deploying GitHub pull requests to preview environments with the help of Laravel Forge.
In one of my projects I use https://nova.laravel.com/, for a beautifully-designed administration panel. It includes a very easy to use way to generate graphs in...
TL;DR: Use COUNT(*), not COUNT(id), when you want to count rows. You have probably read in a bunch of different places that you shouldn't use SELECT(*) in MySQL...
Load balancing involves effectively distributing incoming network traffic across a group of backend servers. A load balancer is tasked with distributing the loa...
In this article, I will show you how to properly deploy a Laravel project on Railway, an infrastructure platform that handle all the system administration and D...
Digital Ocean Providing developers and businesses a reliable, easy-to-use cloud computing platform of virtual servers (Droplets), object storage ( Spaces), and more.
Laravel Feature Flag is an awesome package for Laravel using https://alfrednutile.info/posts/175. This package provides the ability to toggle features (by users...
In order to understand what microservices are, first, we have to talk about monolith systems and their drawbacks. One-click buy cares about credit card numbers,...
https://ohdear.app is the all-in-one monitoring tool for your entire website. We monitor uptime, SSL certificates, broken links, scheduled tasks and more.
Laravel Reviews is an amazing package that provides ratings and reviews for Laravel's Eloquent models. With the help of this package, Users will be able to rate...
Glimpse streamlines Laravel development by seamlessly deploying GitHub pull requests to preview environments with the help of Laravel Forge. Glimpse streamlines Laravel development by seamlessly deploying GitHub pull requests to preview environments with the help of Laravel Forge.
Imagine you had to make a change in your database records. You have been assigned the task of updating the affected records. There is only one problem: you do n...
After a few days of struggling I have found a few-lines long solution to the problem of how to show ReCaptcha after a few hits on the endpoint. Requiring a ReCa...
In this article let's build a responsive Navbar using TailwindCSS and AlpineJS. We will use TailwindCSS for the styling and we will sprinkle the javascript beha...
If you want to use PHP Laravel framework to build a web barcode and QR code reader, you can implement the code logic either on the client side or on the server...