implements |
BackedEnum |
|---|
Declares where a parameter is sourced from in the request.
Body parameters are intentionally not supported here.
Actions should validate request bodies via Laravel’s native
$request->validate() inside the ActionHandler.
This separation ensures clean semantics
| Cases | |
|---|---|
Path = 1
|
# |
Query = 2
|
# |
| Methods | ||
|---|---|---|
public
|
label(): string
|
# |