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...
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...
Shirts painstakingly handcrafted by under-caffeinated developers. Shirts painstakingly handcrafted by under-caffeinated developers.
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...
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...
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.
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,...
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...
Fathom Analytics | Fast, simple and privacy-focused website analytics. Fathom Analytics | Fast, simple and privacy-focused website analytics.
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...
Admit it. Remembering a lot of terminal commands can be overwhelming and often tiring. What if I tell you there’s a pretty handy way of searching through all of...
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...
Laravel Request LifecycleThis blog is to help you get to know about Laravel’s ‘Request Life Cycle‘ i.e, how this framework processes the given…medium.