Latest Laravel/PHP Articles

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


First, let's discuss what SOLID stands for: Single-responsibility principle It's a set of principles mainly focusing on object-oriented programming made popular...
(TDD) is a software development approach that involves writing tests for your code before you actually write the code itself. Sounds a bit backwards, right? But...
As a software developer, writing good functions is an essential part of creating maintainable and reliable code. #make-your-functions-small-and-focusedOne of th...
Shirts painstakingly handcrafted by under-caffeinated developers. Shirts painstakingly handcrafted by under-caffeinated developers.

paulund.co.uk

SOLID Principles
SOLID is a set of principles that can help you design and write better object-oriented code. These principles were first introduced by Robert C. Martin, also kn...
A list of Laravel and PHP packages I absolutely need in every project, continuously updated. This list is relatively short because I follow the principle "avoid...
https://dev.to/ashallendesign #introduction Introduction One of the amazing things about Laravel and PHP is the vast ecosystem of community packages available t...
With the booming software economy, the demand for new applications and software-defined automations is set to grow in the future years. Companies in any industr...
Fathom Analytics | Fast, simple and privacy-focused website analytics. Fathom Analytics | Fast, simple and privacy-focused website analytics.

chasingcode.dev

Reflecting on 2022
In 2019, I started the "tradition" of https://chasingcode.dev/blog/reflecting-on-2019/, mainly from a developer & geek point of view. I think it's a useful tool...
Tinkerwell was initially built for Laravel developers and is `php artisan tinker` on steroids. So if you are a Laravel developer like us – Tinkerwell is for you...
Today I Am Gonna Show You How To Get All Subcategory Ids Of A Parent Category Both “Optimized & Unoptimized” . Today we will look on query optimization on how t...
What is Amezmo? Amezmo is a managed Laravel hosting platform without the pain of managing a VPS, they provide automated deployments, automatic SSL, Remote MySQL...
Fathom Analytics | Fast, simple and privacy-focused website analytics. Fathom Analytics | Fast, simple and privacy-focused website analytics.
It’s a bit wild thinking about 2022. On one hand, COVID is still here and a good part of the year was dealing with the https://en.wikipedia.org/wiki/SARS-CoV-2_...
Laravel is a free, open-source PHP web framework used for web application development. Laravel is known for its elegant syntax, extensive documentation, and rob...
These books will help you learn more about PHP in detail and make you a better software engineer overall. These days, https://davorminchorov.com/how-to-stay-foc...
I recently updated a Laravel app running on Laravel Vapor to PHP 8.2. First, things first, we need to update our local development environment to run PHP 8.2.