FlareStart
HomeNewsHow ToSources
FlareStart

Where developers start their day. All the tech news & tutorials that matter, in one place.

Quick Links

  • Home
  • News
  • Tutorials
  • Sources
  • Privacy Policy

Connect

© 2026 FlareStart. All rights reserved.

Back to articles
🚀Laravel Core CRUD Package: Clean Architecture with Laravel Core CRUD
How-ToWeb Development

🚀Laravel Core CRUD Package: Clean Architecture with Laravel Core CRUD

via Dev.to WebdevRizk Ussef1mo ago

🚀 Tired of rewriting CRUD logic in every Laravel project? After building countless APIs, I got fed up with repeating filtering, eager loading, pagination, and resource handling. So I built Laravel Core CRUD — a reusable package that automates the boring parts while keeping your architecture clean and scalable. ⚡ Key Features: -Ultra-Thin Controllers: Just extend CoreCrudController and define your Service in constrain(). No more fat controllers. -Smart Auto-Resolution: Models, Resources and Requests are automatically handled. -Advanced Filtering: =,!=, LIKE, BETWEEN, IN, Date, NULL checks. -Dynamic Eager Loading: Frontend requests only the relationships it needs. -Consistent API: Standardized JSON responses and pagination. 🏗 Architecture -UserController ➡ CoreCrudController → defines UserService in constrain() -UserService ➡ CoreCrudService → handles queries, filtering, pagination, relationships -UserResource → auto-resolved -UserRequest → auto-resolved -User → Eloquent model Everything

Continue reading on Dev.to Webdev

Opens in a new tab

Read Full Article
17 views

Related Articles

Why this Marshall is the first soundbar I've tested that truly challenges my Sonos Arc Ultra
How-To

Why this Marshall is the first soundbar I've tested that truly challenges my Sonos Arc Ultra

ZDNet • 22h ago

This App Makes Even the Sketchiest PDF or Word Doc Safe to Open
How-To

This App Makes Even the Sketchiest PDF or Word Doc Safe to Open

Wired • 22h ago

References: The Alias You Didn’t Know You Needed
How-To

References: The Alias You Didn’t Know You Needed

Medium Programming • 23h ago

Pointers: The Concept Everyone Says Is Hard
How-To

Pointers: The Concept Everyone Says Is Hard

Medium Programming • 1d ago

Learning a Recurrent Visual Representation for Image Caption Generation
How-To

Learning a Recurrent Visual Representation for Image Caption Generation

Dev.to • 1d ago

Discover More Articles