ValidatePostSize
in package
Table of Contents
- handle() : mixed
- Handle an incoming request.
- getPostMaxSize() : int
- Determine the server 'post_max_size' as bytes.
Methods
handle()
Handle an incoming request.
public
handle(Request $request, Closure $next) : mixed
Parameters
- $request : Request
- $next : Closure
Tags
Return values
mixed —getPostMaxSize()
Determine the server 'post_max_size' as bytes.
protected
getPostMaxSize() : int