Latest Laravel/PHP Articles

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


christoph-rumpel.com

My Coding Year 2022
After writing about my coding year in 2015, 2016, 2017, 2018, 2019, 2020, and 2021 this is now my 8th year in review article. I love seeing so many others have...
Mobile apps are developed specifically for a particular mobile platform, such as Apple’s iOS or Google’s Android operating system. Mobile apps are typically des...

aaronfrancis.com

Year in review: 2022
2022 was a life-changing year for me. I attribute almost all of that to letting go of the fear of what other people think of me. This year I spoke at a...
Shirts painstakingly handcrafted by under-caffeinated developers. Shirts painstakingly handcrafted by under-caffeinated developers.
This is a short list of commands that I commonly use to install and update the server that runs this blog. When installing a new server, I usually set up some N...
Table of Contents: What is Web Accessibility? Web accessibility includes approaches to design and development that ensure that disabled users have equal access...
Linked HashMap is a HashMap that stores the order of its items. Each item have a pointer to the previous inserted item and a pointer to the next Item. To handle...
In this article, we will see the left join query in the laravel 9 examples. Laravel 9 left join eloquent returns all rows from the left table, even if there are...
Shirts painstakingly handcrafted by under-caffeinated developers. Shirts painstakingly handcrafted by under-caffeinated developers.
Have you ever needed to put arrays with same value together? It's super easy using collections in Laravel! And want to put people with same age into same groups...
A few months ago I launched my first "indie" project and I wanted the whole infrastructure and deployment process as smooth as possible. It's pretty important t...
Livewire is an amazing piece of technology. In this post, I'd like to show you a simple technique where Livewire can help to improve your initial page load time...
Relational database A relational database is one that allows us to divide a record into several tables. One-to-one relationship A one-to-one relationship in a d...
Fathom Analytics | Fast, simple and privacy-focused website analytics. Fathom Analytics | Fast, simple and privacy-focused website analytics.
We'll learn how to add a digital signature to a PDF document using Laravel 9 in this tutorial. Learning how to add a digital signature certificate in pdf in Lar...
CloudFlare's Turnstile Laravel is an amazing package to facilitate the server-side validation of CloudFlare's Turnstile captcha service. First you'll need an ac...
This article is all about writing maintainable Laravel code in general. I've been (mostly) a PHP (90% Laravel) developer since 2012 and I've been reviewing code...
I recently upgraded to a new Macbook pro m1 and when running docker I was getting the following error: ERROR: no matching manifest for linux/arm64/v8 in the man...