Latest Laravel/PHP Articles

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


In this series, we will be reviewing the steps that we as developers need to take in order to create a suitable web presence and build an audience that we can c...
If you look at PHP’s core helper functions, they aren’t very intuitive to use and are pretty inconsistent at times. For instance, the array_map function is used...

blog.deleu.dev

PHPUnit with Bref
One thing I learned to love with Docker was the easy ability to run phpunit with the exact same environment that will be used in production. Whenever I’m settin...
Digital Ocean Providing developers and businesses a reliable, easy-to-use cloud computing platform of virtual servers (Droplets), object storage ( Spaces), and more.
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...
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...
Digital Ocean Providing developers and businesses a reliable, easy-to-use cloud computing platform of virtual servers (Droplets), object storage ( Spaces), and more.
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...
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...
Fathom Analytics | Fast, simple and privacy-focused website analytics. Fathom Analytics | Fast, simple and privacy-focused website analytics.
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...
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...