App::getFacadeApplication()

static Application getFacadeApplication() Get the application instance behind the facade. Return Value Application

Hasher

Hasher interface Hasher (View source) Methods string make(string $value, array $options = array()) Hash the given value. bool check(string $value, string $hashedValue, array $options = array()) Check the given plain value against a hash. bool needsRehash(string $hashedValue, array $options = array()) Check if the given hash has been hashed using the given options.

Presenter

Presenter interface Presenter (View source) Methods Htmlable|string render() Render the given paginator. bool hasPages() Determine if the underlying paginator being presented has pages to show.

Event::timezone()

$this timezone(DateTimeZone|string $timezone) Set the timezone the date should be evaluated on. Parameters DateTimeZone|string $timezone Return Value $this

JoinClause::rightJoinWhere()

Builder|Builder rightJoinWhere(string $table, string $one, string $operator, string $two) Add a "right join where" clause to the query. Parameters string $table string $one string $operator string $two Return Value Builder|Builder

User::unguard()

static void unguard(bool $state = true) Disable all mass assignable restrictions. Parameters bool $state Return Value void

Job::getQueue()

string getQueue() Get the name of the queue the job belongs to. Return Value string

Validator::getMessageBag()

MessageBag getMessageBag() Get the messages for the instance. Return Value MessageBag

ListenerMakeCommand::setLaravel()

void setLaravel(Container $laravel) Set the Laravel application instance. Parameters Container $laravel Return Value void

SqlServerGrammar::compileRenameColumn()

array compileRenameColumn(Blueprint $blueprint, Fluent $command, Connection $connection) Compile a rename column command. Parameters Blueprint $blueprint Fluent $command Connection $connection Return Value array