Latest Laravel/PHP Articles

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


24daysindecember.net

All I want for Christmas…
Let’s set aside all practical concerns for a moment — it’s Christmas, after all. If you could choose — freely choose: what would you change about PHP? Would you...
https://dev.to/thiagomrvieira #the-scenario The scenario It’s not rare to start working on a project and need to deal with god classes controllers. Who...
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...
Fathom Analytics | Fast, simple and privacy-focused website analytics. Fathom Analytics | Fast, simple and privacy-focused website analytics.

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...
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...
Shirts painstakingly handcrafted by under-caffeinated developers. Shirts painstakingly handcrafted by under-caffeinated developers.
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...
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...
Fathom Analytics | Fast, simple and privacy-focused website analytics. Fathom Analytics | Fast, simple and privacy-focused website analytics.
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...
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...