ResponseFactory::redirectToIntended()

RedirectResponse redirectToIntended(string $default = '/', int $status = 302, array $headers = array(), bool|null $secure = null) Create a new redirect response to the previously intended location. Parameters string $default int $status array $headers bool|null $secure Return Value RedirectResponse

Command::secret()

string secret(string $question, bool $fallback = true) Prompt the user for input but hide the answer from the console. Parameters string $question bool $fallback Return Value string

App::shouldReceive()

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

BootstrapPresenter::getFinish()

string getFinish() Create the ending cap of a pagination slider. Return Value string

ConfigPublishCommand::callSilent()

int callSilent(string $command, array $arguments = array()) Call another console command silently. Parameters string $command array $arguments Return Value int

HasOneOrMany::getEager()

Collection getEager() Get the relationship for eager loading. Return Value Collection

RoutesCommand::call()

int call(string $command, array $arguments = array()) Call another console command. Parameters string $command array $arguments Return Value int

HasMany::getQuery()

Builder getQuery() Get the underlying query for the relation. Return Value Builder

Job::getName()

string getName() Get the name of the queued job class. Return Value string

Schema::swap()

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