Windsurf.windsurfrules
Windsurf Rules for Laravel Projects
Laravel conventions that keep controllers thin: Form Requests for all validation, no Eloquent queries outside models and actions, queued jobs for anything slow, Pest for tests.
Use when: Use in a Laravel 11+ application when you want Windsurf to follow framework idioms instead of writing raw queries in controllers or validating inline.
GoodPrompts Library0likes๐ฌ 0commentsโ
0bookmarks