Kernel::queue()

int queue(string $command, array $parameters = array()) Queue an Artisan console command by name. Parameters string $command array $parameters Return Value int

Paginator::render()

string render(string|null $view = null) Render the paginator using a given view. Parameters string|null $view Return Value string

Cookie::shouldReceive()

static Expectation shouldReceive() Initiate a mock expectation on the facade. Return Value Expectation

Registered

Registered class Registered (View source) Traits SerializesModels SerializesAndRestoresModelIdentifiers

ShareErrorsFromSession::__construct()

void __construct(Factory $view) Create a new error binder instance. Parameters Factory $view Return Value void

Paginator::offsetUnset()

void offsetUnset(mixed $key) Unset the item at the given key. Parameters mixed $key Return Value void

Rule::exists()

static Exists exists(string $table, string $column = 'NULL') Get a exists constraint builder instance. Parameters string $table string $column Return Value Exists

Route::middleware()

$this|array middleware(array|string|null $middleware = null) Get or set the middlewares attached to the route. Parameters array|string|null $middleware Return Value $this|array

IronQueue::push()

mixed push(string $job, mixed $data = '', string $queue = null) Push a new job onto the queue. Parameters string $job mixed $data string $queue Return Value mixed

Hash::swap()

static void swap(mixed $instance) Hotswap the underlying instance behind the facade. Parameters mixed $instance Return Value void