laravel:constants-and-configuration
CommunityRefactor hardcoded values for maintainability.
Authormeistro57
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This Skill addresses the common issue of hardcoded values (magic numbers and strings) scattered throughout a codebase, which makes maintenance, refactoring, and debugging difficult.
Core Features & Use Cases
- Constants and Enums: Utilize PHP constants and enums (PHP 8.1+) to define fixed values and states, improving code readability and safety.
- Configuration Files: Leverage Laravel's configuration system to manage application-wide and feature-specific settings, including environment-specific values.
- Database-Driven Settings: Implement a
Settingsmodel for dynamic configuration that can be managed at runtime. - Service and Validation Constants: Define constants within services for cache keys or validation rules to ensure consistency.
- Use Case: Refactor a project to replace all magic numbers like
3600(seconds) with descriptive constants likeconfig('app.cache_ttl.long')orUserRole::ADMIN.
Quick Start
Refactor the application to replace all hardcoded strings and numbers with appropriate constants, enums, or configuration values.
Dependency Matrix
Required Modules
None requiredComponents
Standard package💻 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:constants-and-configuration Download link: https://github.com/meistro57/chat_bridge/archive/main.zip#laravel-constants-and-configuration Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.