·laravel-routes-best-practices
</>

laravel-routes-best-practices

Keep routes clean and focused on mapping requests to controllers; avoid business logic, validation, or database operations in route files

12Installs·0Trend·@noartem

Installation

$npx skills add https://github.com/noartem/skills --skill laravel-routes-best-practices

How to Install laravel-routes-best-practices

Quickly install laravel-routes-best-practices AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/noartem/skills --skill laravel-routes-best-practices
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: noartem/skills.

SKILL.md

View raw

Keep your route files clean and focused on mapping requests to controllers. Routes should never contain business logic, validation, or database operations.

Remember: If you're writing more than one line of code in a route definition, it belongs in a controller!

Keep routes clean and focused on mapping requests to controllers; avoid business logic, validation, or database operations in route files Source: noartem/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/skills --skill laravel-routes-best-practices Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/noartem/skills --skill laravel-routes-best-practices
Category
</>Dev Tools
Verified
First Seen
2026-02-25
Updated
2026-03-10

Browse more skills from noartem/skills

Quick answers

What is laravel-routes-best-practices?

Keep routes clean and focused on mapping requests to controllers; avoid business logic, validation, or database operations in route files Source: noartem/skills.

How do I install laravel-routes-best-practices?

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

Where is the source repository?

https://github.com/noartem/skills