laravel:actions-and-services

Installation
SKILL.md

Actions And Services

Actions and Services create application boundaries. Use them based on need, not because every controller method needs another layer.

When To Use An Action

Use an Action for one named use case:

  • CreateRecord
  • ApproveRecord
  • CancelRecord
  • GenerateRecordDocument

Actions fit workflows with clear input and output.

Installs
1
GitHub Stars
4
First Seen
Jul 16, 2026
laravel:actions-and-services — soden46/syarif-laravel-ai-skills