Turn field definitions into Laravel rules
Write one field per line with simple metadata. The generator returns a `rules()` array and a FormRequest shell you can refine in your app.
Field definitions
Format: `field|rule|rule|rule`
Write one field per line with simple metadata. The generator returns a `rules()` array and a FormRequest shell you can refine in your app.