Notification::getFacadeApplication()

static Application getFacadeApplication() Get the application instance behind the facade. Return Value Application

MakeAuthCommand

MakeAuthCommand class MakeAuthCommand extends Command (View source) Traits AppNamespaceDetectorTrait

HasMany::getRelationCountHash()

string getRelationCountHash() Get a relationship join table hash. Return Value string

File::clearResolvedInstances()

static void clearResolvedInstances() Clear all of the resolved instances. Return Value void

ClearRemindersCommand::error()

void error(string $string) Write a string as error output. Parameters string $string Return Value void

QueryExecuted

QueryExecuted class QueryExecuted (View source) Properties string $sql The SQL query that was executed. array $bindings The array of query bindings. float $time The number of milliseconds it took to execute the query. Connection $connection The database connection instance. string $connectionName The database connection name.

SeedCommand::option()

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

ClearRemindersCommand::getOutput()

OutputInterface getOutput() Get the output implementation. Return Value OutputInterface

MorphPivot::setAttribute()

$this setAttribute(string $key, mixed $value) Set a given attribute on the model. Parameters string $key mixed $value Return Value $this

Notifications\Events

Illuminate\Notifications\Events Classes BroadcastNotificationCreated NotificationFailed NotificationSending NotificationSent