Latest Laravel/PHP Articles

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


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...
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...
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.
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...
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...
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.
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...
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.
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.
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...
Laravel Audio & Video Validator is a fantastic package introduced by https://github.com/minuteoflaravel. This package adds validators for audio and video files...
You are debugging a web app for a client but the minified version of the Javascript and CSS code makes it impossible to understand what statements the browser i...