Laravel News
Discover the latest Laravel development news, repositories, and conferences at Hackertab.
Latest Laravel articles

Using Symfony Object Mapper for Laravel Models
I saw an Object Mapper component is added to Symfony 7.3. And the first thing I thought was does this...
15 May 2025devto

App::environment() vs app()->environment() – Practically No Difference
In Laravel, we often have more than one way to do the same thing. In this case, let’s see if there’s...
15 May 2025devto

Build Once, Earn Forever: Why Devs Should Be Selling Digital Products
Let’s be honest—writing code is fun. Solving problems? Even better. But you know what’s really...
15 May 2025devto

How to avoid N + 1 queries in PHP
I was reviewing a Laravel codebase a few days ago, and I saw a common N+1 query mistake. N+1 query...
15 May 2025devto

How to Resolve Google API 'Not Authorized' Error in Laravel
Introduction In this article, we will explore a common issue faced while implementing Google OAuth...
15 May 2025devto

Laravel Worker with Supervisor: Automate Your Way Out of Manual Madness
Hey folks, We all know that most mind-numbing, repetitive tasks can be offloaded to automation - and...
14 May 2025devto

🚀 10 Very Important Deployment Tips Every Developer Must Know
Deploying code is the final — and arguably the most nerve-wracking — step of development. Whether...
14 May 2025devto

How to Fix Composer Issues When Deploying Laravel on AWS?
Introduction When deploying a Laravel 12 application on AWS Elastic Beanstalk using PHP 8.4, many...
13 May 2025devto

Filament Mastery now syncs to DEV.to with Spatie Laravel Feed
🎉 I am happy to share that Filament Mastery now syncs and publishes directly to DEV.to using a custom...
13 May 2025devto

🛡️ Laravel – Secure Routes with Role Check Using abort_if
🛡️ Laravel – Secure Routes with Role Check Using abort_if Link youtube :...
13 May 2025devto
Trending Laravel repositories
nextcloud/all-in-one
📦 The official Nextcloud installation method. Provides easy deployment and maintenance with most features included in this one Nextcloud instance.
6,584 stars749 forks