Latest Laravel/PHP Articles

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


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...

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...
Fathom Analytics | Fast, simple and privacy-focused website analytics. Fathom Analytics | Fast, simple and privacy-focused website analytics.
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...

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...
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.
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...
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...
Glimpse streamlines Laravel development by seamlessly deploying GitHub pull requests to preview environments with the help of Laravel Forge. Glimpse streamlines Laravel development by seamlessly deploying GitHub pull requests to preview environments with the help of Laravel Forge.
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.
This is the second part of my post which will focus on connecting the react app with laravel. The first thing to do is to scaffold a new laravel project. Ensure...
In the previous article, we learned the general principles of resource synchronization from Google and wrote code that synchronizes calendars for Google account...