Laravel Package

Articles related to Laravel packages.

🚀 Introducing Xetaravel-Counts: A Laravel Package to Automatically Maintain Your Relation Counters

When building medium or large Laravel applications — ERP systems, CRMs, business platforms, SaaS dashboards — you often run into the same recurring need: keeping *_count fields in your database in sync with your Eloquent relations.

Typical examples:

  • A category needs its articles_count
  • A user needs its roles_count
  • A material needs its p...