Latest Laravel/PHP Articles

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


In PHP, serialization is the process of converting a data structure or object into a string representation that can be stored or transmitted. This allows you to...

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...
Achieve superior email deliverability with ToastMail! Our AI-driven tool warms up inboxes, monitors reputation, and ensures emails reach their intended destination. Sign up today for a spam-free future. Achieve superior email deliverability with ToastMail! Our AI-driven tool warms up inboxes, monitors reputation, and ensures emails reach their intended destination. Sign up today for a spam-free future.

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...
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...
Fathom Analytics | Fast, simple and privacy-focused website analytics. Fathom Analytics | Fast, simple and privacy-focused website analytics.
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...
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...
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.
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...
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...