Latest Laravel/PHP Articles

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


Skip links are useful accessibility features for those who are using screen readers or navigating with the keyboard. At some point, most of the developers meet...
Usually, when a user signs up to our apps, we need to verify their email so that we know that it is their real email, not a junk one. Fortunately, we can do thi...
Laravel Mix is a handy Webpack wrapper for frontend asset building pipelines. It definitely helps any Laravel developer which wants to avoid the pain of Webpack...
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're running into issues with Laravel Forge failing to provision your server when using AWS, chances are there is an easy fix. When provisioning a new serv...
In a previous video we discussed how to achieve multi-tenancy in a Laravel application using the database-per-tenant approach. In this video I'm highlighting a...
When PHP 7.4 comes out, it has added many nice things in PHP’s toolbelt of utilities. One of the things among this was Null coalescing assignment operator (??).
RabbitMQ accepts and forwards messages. You can think about it as a post office: when a person X puts the mail that he/she want posting in a post box, he/she ca...
Shirts painstakingly handcrafted by under-caffeinated developers. Shirts painstakingly handcrafted by under-caffeinated developers.
Recently I was working on a client project where I needed to interact with the Zoom API. In the application, we implemented a lot of stuff using Zoom API like A...
Here I am showing you the procedure of how to display an image which was already uploaded in laravel storage folder. There are two ways to show an uploaded imag...
Or do you have a web app? You can also turn it into a desktop application! What we are going to build?
As a developer, you will inevitably run into a stack trace daily. You know what I am talking about a bunch of lines stacked on top of each other with one lookin...
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.
Javascript libraries and solutions are changing all the time and its quite annoying. Broken examples from docs and tutorials are not hard to find and requires t...
In this tutorial, we are going to calculate the numbers of days between two given dates using PHP. Let dive right in. A bit about the problem we want to solve....
This post is just a little sharing about how we can handle validation by using unique rule in requests but ignore certain unique check.
Earlier in Pathao days, back in 2017, one of my colleagues Nahid Bin Azhar released a very good wrapper around the GuzzleHttp client. As we had to communicate w...