·laravel-routes-best-practices
</>

laravel-routes-best-practices

noartem/laravel-vue-skills

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

9Installs·0Trend·@noartem

Installation

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

SKILL.md

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/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-routes-best-practices 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-routes-best-practices
Category
</>Dev Tools
Verified
First Seen
2026-02-01
Updated
2026-02-18

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/laravel-vue-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/laravel-vue-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 or Cursor

Where is the source repository?

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