Factory::setRequest()

void setRequest(Request $request) Set the active request instance. Parameters Request $request Return Value void

StatefulGuard::loginUsingId()

Authenticatable loginUsingId(mixed $id, bool $remember = false) Log the given user ID into the application. Parameters mixed $id bool $remember Return Value Authenticatable

ForgetFailedCommand::option()

string|array option(string $key = null) Get the value of a command option. Parameters string $key Return Value string|array

MandrillTransport::registerPlugin()

void registerPlugin(Swift_Events_EventListener $plugin) Register a plug-in with the transport. Parameters Swift_Events_EventListener $plugin Return Value void

Blueprint::addColumn()

Fluent addColumn(string $type, string $name, array $parameters = array()) Add a new column to the blueprint. Parameters string $type string $name array $parameters Return Value Fluent

FailedJobProviderInterface::flush()

void flush() Flush all of the failed jobs from storage. Return Value void

Redirect::shouldReceive()

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

Str::singular()

static string singular(string $value) Get the singular form of an English word. Parameters string $value Return Value string

MigrationRepositoryInterface

MigrationRepositoryInterface interface MigrationRepositoryInterface (View source) Methods array getRan() Get the ran migrations for a given package. array getMigrations(int $steps) Get list of migrations. array getLast() Get the last migration batch. void log(string $file, int $batch) Log that a migration was run. void delete(object $migration) Remove a migration from the log. int getNextBatchNumber() Get the next migration batch number. void createRepository

HashServiceProvider::commands()

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