Guard::user()

Authenticatable|null user() Get the currently authenticated user. Return Value Authenticatable|null

NotificationFake::assertNotSentTo()

void assertNotSentTo(mixed $notifiable, string $notification, callable|null $callback = null) Determine if a notification was sent based on a truth-test callback. Parameters mixed $notifiable string $notification callable|null $callback Return Value void

QueueFake::laterOn()

mixed laterOn(string $queue, DateTime|int $delay, string $job, mixed $data = '') Push a new job onto the queue after a delay. Parameters string $queue DateTime|int $delay string $job mixed $data Return Value mixed

SQLiteConnection::insert()

bool insert(string $query, array $bindings = array()) Run an insert statement against the database. Parameters string $query array $bindings Return Value bool

Blueprint::foreign()

Fluent foreign(string|array $columns, string $name = null) Specify a foreign key for the table. Parameters string|array $columns string $name Return Value Fluent

NotificationTableCommand::setLaravel()

void setLaravel(Container $laravel) Set the Laravel application instance. Parameters Container $laravel Return Value void

MorphTo::rawUpdate()

int rawUpdate(array $attributes = array()) Run a raw update against the base query. Parameters array $attributes Return Value int

SessionGuard::loginUsingId()

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

Factory::__construct()

void __construct(EngineResolver $engines, ViewFinderInterface $finder, Dispatcher $events) Create a new view factory instance. Parameters EngineResolver $engines ViewFinderInterface $finder Dispatcher $events Return Value void

Relation::getParent()

Model getParent() Get the parent model of the relation. Return Value Model