Latest Laravel/PHP Articles

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


Serialization is when an object in a programming language (say, a Java or PHP object) is converted into a format that can be stored or transferred. Whereas dese...
It’s important to keep in mind the responsibility of each class in your system. Following this principle can help keep the amount of stuff you have to keep in y...
Hello everyone, today I’ll discuss briefly about n+1 selects problem in Object Relational Mapping and try to fix the problem with laravel framework. Before fixi...
Shirts painstakingly handcrafted by under-caffeinated developers. Shirts painstakingly handcrafted by under-caffeinated developers.
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...
We can call the non-static method statically with the help of facades. Benefits of Facades: Calling a method statically is easy to remember, easy to use.
A couple of months ago, we have noticed an increase in the page load time in one of our projects. We have been using SPA in this project, and the communication...
Over the past few years, I've paired with hundreds of developers on their Laravel projects. One of the most common regrets (technical debt) we encounter is the...
Digital Ocean Providing developers and businesses a reliable, easy-to-use cloud computing platform of virtual servers (Droplets), object storage ( Spaces), and more.
Sending emails are generic tasks done my more applications. And core PHP also provides you with a mail() function for sending the email. But developers at larav...
In Clean Code, Robert Martin gives us the following helpful piece of information. .. [T]he ratio of time spent reading versus writing is well over 10 to 1. We a...
In case you didn't notice, Pest beta is now available! Check the website to get started: In this article, we are going to check how can you write custom helpers...
Queues allow you to defer the processing of a time consuming task, such as sending a large number of email, creating a complex report/ export fron the databse,...
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.
PHP 8 brings lots of new features, in this list we'll look at the most outstanding ones. If you want a full list and background information, you can read about...
One of the easiest ways to integrate Stripe payment gateway in PHP for collecting payment online using the credit card or debit card. Now run your project. If y...
This is a high-level comparison between Node.js and Deno. This article will get updated regularly as Deno is still in its early days, so we might see some diffe...
Deno, the successor of Node.js, is now stable with it’s v1.0 release. Deno is a simple, modern, and secure runtime for JavaScript and TypeScript that uses V8 an...