Latest Laravel/PHP Articles

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


www.amitmerchant.com

A Beautiful Dream
A blog on PHP, JavaScript and more Amit Merchant · July 5, 2020 · ⋆ Life For some reason, I got a chance to go back in time. Including my parents but I...
The switch statement in PHP is great when you want check condition on the same expression without incorporating many if statements altogether. Now, thi...
you will learn how to create multi-language website in PHP first I’m going to explain about three different ways on how you can do it And then show you step-by-...
Shirts painstakingly handcrafted by under-caffeinated developers. Shirts painstakingly handcrafted by under-caffeinated developers.
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...
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...
Fathom Analytics | Fast, simple and privacy-focused website analytics. Fathom Analytics | Fast, simple and privacy-focused website analytics.
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...
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....
Shirts painstakingly handcrafted by under-caffeinated developers. Shirts painstakingly handcrafted by under-caffeinated developers.
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...
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...