βοΈActions
#make
makeMyAction::make();
// Equivalent to:
app(MyAction::class);#run
run#runIf
runIf#runUnless
runUnless#__invoke
__invoke#Methods used
#asController
asController#jsonResponse
jsonResponse#htmlResponse
htmlResponse#getControllerMiddleware
getControllerMiddleware#prepareForValidation
prepareForValidation#authorize
authorize#rules
rules#withValidator
withValidator#afterValidator
afterValidator#getValidator
getValidator#getValidationData
getValidationData#getValidationMessages
getValidationMessages#getValidationAttributes
getValidationAttributes#getValidationRedirect
getValidationRedirect#getValidationErrorBag
getValidationErrorBag#getValidationFailure
getValidationFailure#getAuthorizationFailure
getAuthorizationFailureLast updated