exception-handling-and-logging

Installation
SKILL.md

Exception Handling And Logging

Use this skill when a Laravel task involves exception handling and logging.

This skill is adapted to the personal Laravel standards in this repository. It maps the public exception-handling-and-logging topic from jpcaparas/superpowers-laravel into the local exception-handling-and-logging catalog without copying third-party skill body text.

Syarif Defaults

  • Follow Laravel conventions before introducing custom abstractions.
  • Prefer project-local patterns when they are explicit and tested.
  • Keep controllers focused on HTTP orchestration.
  • Put validation, authorization, transactions, side effects, and integrations at clear boundaries.
  • Keep client names, credentials, internal URLs, provider secrets, and project-specific business rules out of reusable standards.
  • Verify important behavior with the smallest meaningful tests and quality checks.

Workflow

Installs
8
GitHub Stars
4
First Seen
Jul 16, 2026
exception-handling-and-logging — soden46/syarif-laravel-ai-skills