UrlGenerator::setRootControllerNamespace()

$this setRootControllerNamespace(string $rootNamespace) Set the root controller namespace. Parameters string $rootNamespace Return Value $this

IronQueue

IronQueue class IronQueue extends Queue implements Queue (View source) Methods mixed pushOn(string $queue, string $job, mixed $data = '') Push a new job onto the queue. from Queue mixed laterOn(string $queue, DateTime|int $delay, string $job, mixed $data = '') Push a new job onto the queue after a delay. from Queue marshal() deprecated Marshal a push queue request and fire the job. mixed bulk(array $jobs, mixed $data = '', string $queue = null) Push an array of jobs onto the qu

Request::session()

Store session() Get the session associated with the request. Return Value Store Exceptions RuntimeException

Builder::join()

$this join(string $table, string $one, string $operator = null, string $two = null, string $type = 'inner', bool $where = false) Add a join clause to the query. Parameters string $table string $one string $operator string $two string $type bool $where Return Value $this

BelongsToMany::newExistingPivot()

Pivot newExistingPivot(array $attributes = array()) Create a new existing pivot model instance. Parameters array $attributes Return Value Pivot

ResourceRegistrar::getResourceWildcard()

string getResourceWildcard(string $value) Format a resource parameter for usage. Parameters string $value Return Value string

ServeCommand::setLaravel()

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

Mailable::cc()

$this cc(object|array|string $address, string|null $name = null) Set the recipients of the message. Parameters object|array|string $address string|null $name Return Value $this

FoundationServiceProvider::commands()

void commands(array|mixed $commands) Register the package's custom Artisan commands. Parameters array|mixed $commands Return Value void

ControllerInspector deprecated::getRoutable()

array getRoutable(string $controller, string $prefix) Get the routable methods for a controller. Parameters string $controller string $prefix Return Value array