laravel-constants-and-configuration
π―Skillfrom noartem/skills
Replaces hardcoded values with constants, enums, and configuration in Laravel, improving code maintainability and readability.
Part of
noartem/skills(33 items)
Installation
npx -y skills add noartem/skillsnpx -y skills add onmax/nuxt-skills --skill=vue --skill=vueuse --skill=reka-ui --skill=ts-librarySkill Details
Replace hardcoded values with constants, enums, and configuration for maintainability; use PHP 8.1+ enums and config files
More from this repository10
Rapidly initialize Vue/Nuxt projects with accessible Tailwind UI components, dark mode, and streamlined component management using shadcn-vue CLI.
Performs automated quality checks and linting for Laravel projects, ensuring code standards, detecting potential issues, and maintaining high code quality.
Generates Laravel database migrations and model factories to quickly set up database schemas and create test data for Laravel applications.
Optimizes database queries by selectively retrieving only specified columns, reducing unnecessary data transfer and improving Laravel query performance.
Generates a responsive baseline UI component with customizable layout, spacing, and styling for consistent web design.
Enforces low code complexity by guiding developers to flatten control flow, extract helpers, and use strategy patterns to keep functions simple and maintainable.
Enables seamless Laravel internationalization by providing translation helpers, JSON language files, and dynamic locale management for multilingual applications.
Builds production-grade Laravel REST APIs using opinionated architecture patterns with stateless design, versioned endpoints, and best practices.
Guides developers in refining AI-generated Laravel code by providing specific, actionable feedback on validation, error handling, and query optimization.
Optimizes Laravel application performance by strategically caching routes, configs, views, database queries, and computed values with intelligent invalidation.