Latest Laravel/PHP Articles

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


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...
Digital Ocean Providing developers and businesses a reliable, easy-to-use cloud computing platform of virtual servers (Droplets), object storage ( Spaces), and more.
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...
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.
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.
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...
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...
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.
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...
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.
While working on the upcoming https://ohdear.app redesign, I noticed that list that displays all sites of a team was very slow. Let's look at a simplified versi...
A super simple Laravel helper to fill the void that Laravel Mix left. Mix had a helper, aptly named mix() that would return an absolute URL to the mixed resourc...