int queue(string $command, array $parameters = array()) Queue an Artisan console command by name. Parameters string $command array $parameters Return Value int
string render(string|null $view = null) Render the paginator using a given view. Parameters string|null $view Return Value string
static Expectation shouldReceive() Initiate a mock expectation on the facade. Return Value Expectation
Registered class Registered (View source) Traits SerializesModels SerializesAndRestoresModelIdentifiers
void __construct(Factory $view) Create a new error binder instance. Parameters Factory $view Return Value void
void offsetUnset(mixed $key) Unset the item at the given key. Parameters mixed $key Return Value void
static Exists exists(string $table, string $column = 'NULL') Get a exists constraint builder instance. Parameters string $table string $column Return Value Exists
$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
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
static void swap(mixed $instance) Hotswap the underlying instance behind the facade. Parameters mixed $instance Return Value void
Page 299 of 996