laravel-providers

Community

Simplify Laravel bootstrapping with clean providers.

Authornextplus896
Version1.0.0
Installs0

System Documentation

What problem does it solve?

Laravel projects often suffer from sprawling bootstrap code and inconsistent provider configurations. This Skill demonstrates organizing service providers with clearly named private methods, enabling predictable bootstrapping and easier maintenance.

Core Features & Use Cases

  • Structured AppServiceProvider with private methods for boot and register.
  • Enforced morph maps and route model bindings for consistent domain logic.
  • Boot-time organization for environment config, scheduling, and exception handling.

Quick Start

  • Create AppServiceProvider with named private methods.
  • Replace long boot() logic by delegating to private methods: bootRouteModelBindings, bootMorphMaps, bootModelConfig, bootRateLimiters, bootDates, bootGateChecks.
  • Reference the provided guides to adopt patterns across environment configuration and bootstrapping.

Dependency Matrix

Required Modules

None required

Components

references

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: laravel-providers
Download link: https://github.com/nextplus896/durra-alaseel/archive/main.zip#laravel-providers

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.