View

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

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.

View

Illuminate\View Namespaces Illuminate\View\CompilersIlluminate\View\Engines Classes Factory FileViewFinder View ViewServiceProvider

VerifyPostSize::handle()

mixed handle(Request $request, Closure $next) Handle an incoming request. Parameters Request $request Closure $next Return Value mixed Exceptions PostTooLargeException

VerifyPostSize

VerifyPostSize class VerifyPostSize (View source) Methods mixed handle(Request $request, Closure $next) Handle an incoming request.

VerifyCsrfToken::__construct()

void __construct(Application $app, Encrypter $encrypter) Create a new middleware instance. Parameters Application $app Encrypter $encrypter Return Value void

VerifyCsrfToken::handle()

mixed handle(Request $request, Closure $next) Handle an incoming request. Parameters Request $request Closure $next Return Value mixed Exceptions TokenMismatchException

VerifyCsrfToken

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.

VendorPublishCommand::__construct()

void __construct(Filesystem $files) Create a new command instance. Parameters Filesystem $files Return Value void

VendorPublishCommand::warn()

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