View class View extends Facade (View source) Methods static void swap(mixed $instance) Hotswap the underlying instance behind the facade. from Facade static Expectation shouldReceive() Initiate a mock expectation on the facade. from Facade static mixed getFacadeRoot() Get the root object behind the facade. from Facade static void clearResolvedInstance(string $name) Clear a resolved facade instance. from Facade static void clearResolvedInstances() Clear all of the resolved
View interface View implements Renderable (View source) Methods string render() Get the evaluated contents of the object. from Renderable string name() Get the name of the view. $this with(string|array $key, mixed $value = null) Add a piece of data to the view.
Illuminate\View Namespaces Illuminate\View\CompilersIlluminate\View\Engines Classes Factory FileViewFinder View ViewServiceProvider
mixed handle(Request $request, Closure $next) Handle an incoming request. Parameters Request $request Closure $next Return Value mixed Exceptions PostTooLargeException
VerifyPostSize class VerifyPostSize (View source) Methods mixed handle(Request $request, Closure $next) Handle an incoming request.
void __construct(Application $app, Encrypter $encrypter) Create a new middleware instance. Parameters Application $app Encrypter $encrypter Return Value void
mixed handle(Request $request, Closure $next) Handle an incoming request. Parameters Request $request Closure $next Return Value mixed Exceptions TokenMismatchException
VerifyCsrfToken class VerifyCsrfToken (View source) Methods void __construct(Application $app, Encrypter $encrypter) Create a new middleware instance. mixed handle(Request $request, Closure $next) Handle an incoming request.
void __construct(Filesystem $files) Create a new command instance. Parameters Filesystem $files Return Value void
void warn(string $string, null|int|string $verbosity = null) Write a string as warning output. Parameters string $string null|int|string $verbosity Return Value void
Page 22 of 996