Skip to main content

Contributors Forks Stargazers MIT License LinkedIn

Laravel Package Core

Laravel Package Core is the foundation layer used across JobMetric packages. It provides package bootstrapping tools, reusable traits, helper utilities, resource resolution events, and a powerful abstract CRUD service to help you build consistent Laravel packages faster.

What You Will Find in This Documentation

  • Getting Started: architecture overview and when to use each module
  • Installation: composer setup and requirements
  • Showcase: real-world implementation patterns
  • Deep Diving: complete reference for each core component

Core Modules

  • Package Core Service Provider
  • Enum Macros
  • Console Tools
  • Helper Functions
  • HasBooleanStatus
  • HasDynamicRelations
  • ResourceResolveEvent
  • HasMorphResourceAttributes
  • AbstractCrudService

Next

Start with Getting Started, then move to Installation, and finally explore Deep Diving.