TestMakeCommand::getOutput()

OutputInterface getOutput() Get the output implementation. Return Value OutputInterface

EventServiceProvider::provides()

array provides() Get the services provided by the provider. Return Value array

Cookie::get()

static string get(string $key = null, mixed $default = null) Retrieve a cookie from the request. Parameters string $key mixed $default Return Value string

HTTP Requests

HTTP Requests Accessing The Request Request Path & Method PSR-7 Requests Retrieving Input Old Input Cookies Files Retrieving Uploaded Files Storing Uploaded Files Accessing The Request To obtain an instance of the current HTTP request via dependency injection, you should type-hint the Illuminate\Http\Request class on your controller method. The incoming request instance will automatically be injected by the service container: <?php namespace App\Http\Controllers; use Illuminate

Guard::user()

Authenticatable|null user() Get the currently authenticated user. Return Value Authenticatable|null

JobFailed

JobFailed class JobFailed (View source) Properties string $connectionName The connection name. Job $job The job instance. Exception $exception The exception that caused the job to fail.

RemindersTableCommand::getLaravel()

Application getLaravel() Get the Laravel application instance. Return Value Application

Factory::make()

View make(string $view, array $data = array(), array $mergeData = array()) Get the evaluated view contents for the given view. Parameters string $view array $data array $mergeData Return Value View

TokenGuard::setUser()

$this setUser(Authenticatable $user) Set the current user. Parameters Authenticatable $user Return Value $this

HasOneOrMany::addConstraints()

void addConstraints() Set the base constraints on the relation query. Return Value void