Latest Laravel/PHP Articles

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


I recently started my first developer job at Enrise and my colleague Jeroen Groenendijk asked me if I wanted to participate in a side project he was planning. I...
I've been in development (primarily PHP, however I've dabbled in C# in the past as well as using a lot of JavaScript recently) for 10 years now. Having worked a...
It may be an obvious statement to make but code is communication. Does the code we write do what it’s supposed to do? It must communicate with everyone...
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.
In Java, for example, you can create different constructors as long as they have unique method signatures. This allows the programmer to create distinct ways to...
All plumbers have to understand how toilets work in order to properly fix a toilet… All developers should have at-least a basic understanding of how the framewo...
By Peter Zaitsev, July 02, 2020✓ Guest post This post is the second in a four-part blog series by Peter Zaitsev, Percona Chief Executive Officer. In this series...
If you enjoy reading my blog, you could consider supporting me on Patreon. For those interested in the JIT in PHP 8, I did some benchmarks for you in real-world...
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.
Method Chaining is nothing but the concatenation of multiple methods to increase the readability of code and avoid putting all the code in the single function....
As a Magento developer you are dealing with a complex code-base that you have to navigate through. That is why it is useful to have an IDE (Integrated Developme...
Published: Jul 1, 2020 by C.S. Rhymes I wondered if you could use the Laravel Debugbar to record how many api calls were being made and how long each was taking...
Well, in programming also it means the same. Let’s explore use of final keyword in PHP in depth. When we need to use final keyword to class th...
Digital Ocean Providing developers and businesses a reliable, easy-to-use cloud computing platform of virtual servers (Droplets), object storage ( Spaces), and more.
Have you ever wanted to leverage the power of serverless computing but always felt stuck by AWS Lambda not providing native support for PHP? I started messing a...
I took the course PHPUnit for Beginners by Laravel Daily. It is suitable for total testing beginners and walks you through a simple CRUD application. Here are m...
Here is the user story for this post: As a website owner I only want to allow access to my website for visitors who enter the correct PIN. When you enter the pa...
It is suitable for total testing beginners. Here are my takeaways in the format of question and answer. They are sorted by occurence in the course but you can u...