SoftDeletingScope::extend()

void extend(Builder $builder) Extend the query builder with the needed functions. Parameters Builder $builder Return Value void

DatabaseTokenRepository::__construct()

void __construct(ConnectionInterface $connection, string $table, string $hashKey, int $expires = 60) Create a new token repository instance. Parameters ConnectionInterface $connection string $table string $hashKey int $expires Return Value void

User::getConnectionResolver()

static ConnectionResolverInterface getConnectionResolver() Get the connection resolver instance. Return Value ConnectionResolverInterface

CallbackEvent::runInBackground()

$this runInBackground() State that the command should run in background. Return Value $this

PostgresGrammar::compileSavepointRollBack()

string compileSavepointRollBack(string $name) Compile the SQL statement to execute a savepoint rollback. Parameters string $name Return Value string

DatabaseNotification::getGuarded()

array getGuarded() Get the guarded attributes for the model. Return Value array

SeedCommand::question()

void question(string $string, null|int|string $verbosity = null) Write a string as question output. Parameters string $string null|int|string $verbosity Return Value void

ListenCommand::fire()

void fire() Execute the console command. Return Value void

AuthenticatesAndRegistersUsers::login()

Response login(Request $request) Handle a login request to the application. Parameters Request $request Return Value Response

RedisJob::fire()

void fire() Fire the job. Return Value void