Padosoft Laravel Scaffolding

Use this skill when adding something new to a Laravel application — an endpoint, a controller, a service, a CRUD backend, a queued job, a test — "make me the API for X", "add the CRUD for Y", "I need a service that does Z" — and whenever a piece added earlier is half-wired: a route that answers 404, a policy that is never called, a request class that validates nothing because the controller reads `all()`, a job that is dispatched but has no queue configured. It lists the files each piece touches, in order. Do not use it to review existing code (padosoft-laravel-conventions) or for the security review.

padosoft Updated

File contents

padosoft/skills/tree/main/skills/padosoft-laravel-scaffolding commit 953baa994b

Frequently asked questions

npx skillmds@latest add padosoft/padosoft-laravel-scaffolding