Skip to content
On this page

Form Requests

INFO

This page will describe how form requests can be generated.

Examples

Form Request

yaml
arch: 1.0.0
definitions:
  formRequests:
    - StoreUser

Form Request With Rules

yaml
arch: 1.0.0
definitions:
  formRequests:
    StoreUser:
      rules:
        username: required|string|min:3|max:255