·laravel-constants-and-configuration
</>

laravel-constants-and-configuration

noartem/laravel-vue-skills

Replace hardcoded values with constants, enums, and configuration for maintainability; use PHP 8.1+ enums and config files

5Installs·0Trend·@noartem

Installation

$npx skills add https://github.com/noartem/laravel-vue-skills --skill laravel-constants-and-configuration

SKILL.md

Avoid hardcoded values throughout your codebase. Use constants, configuration files, and enums to make your application more maintainable, refactorable, and debuggable.

Remember: Constants make your code self-documenting, reduce bugs from typos, and make refactoring much safer!

Replace hardcoded values with constants, enums, and configuration for maintainability; use PHP 8.1+ enums and config files Source: noartem/laravel-vue-skills.

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/noartem/laravel-vue-skills --skill laravel-constants-and-configuration Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/noartem/laravel-vue-skills --skill laravel-constants-and-configuration
Category
</>Dev Tools
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is laravel-constants-and-configuration?

Replace hardcoded values with constants, enums, and configuration for maintainability; use PHP 8.1+ enums and config files Source: noartem/laravel-vue-skills.

How do I install laravel-constants-and-configuration?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/noartem/laravel-vue-skills --skill laravel-constants-and-configuration Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/noartem/laravel-vue-skills