Posts in this series
Okay, let’s be honest. If you’ve built even one Laravel project, you’ve definitely done this: Create model → migration → controller → form request →...
🚀 Introduction Large Language Models (LLMs) have transformed the landscape of artificial intelligence—enabling everything from smart chatbots and...
Introducing Laravel Cascade Soft Deletes: Efficient Soft Delete Management When developing web applications with Laravel, managing related data across...
public function handleProviderCallback(Request $request, $provider){ $loginService = new LoginService(); // Don't forget to import the...
Laravel's factory system introduces the recycle method, allowing efficient reuse of model instances across multiple factory calls. This feature is...
Introduction This package enables multi-level approval workflows for Eloquent models in your Laravel application. If you have models that require...