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.

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

View

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

VendorPublishCommand::__construct()

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

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.

VerifyCsrfToken::handle()

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

VendorPublishCommand::run()

int run(InputInterface $input, OutputInterface $output) Run the console command. Parameters InputInterface $input OutputInterface $output Return Value int