MaintenanceServiceProvider::when()

array when() Get the events that trigger this service provider to register. Return Value array

Notifications

Illuminate\Notifications Namespaces Illuminate\Notifications\ChannelsIlluminate\Notifications\ConsoleIlluminate\Notifications\EventsIlluminate\Notifications\Messages Classes Action ChannelManager DatabaseNotification DatabaseNotificationCollection HasDatabaseNotifications Notifiable Notification NotificationServiceProvider RoutesNotifications SendQueuedNotifications

MorphOne::getMorphType()

string getMorphType() Get the foreign key "type" name. Return Value string

DatabaseNotificationCollection::makeVisible()

$this makeVisible(array|string $attributes) Make the given, typically hidden, attributes visible across the entire collection. Parameters array|string $attributes Return Value $this

SessionGuard::attempting()

void attempting(mixed $callback) Register an authentication attempt event listener. Parameters mixed $callback Return Value void

Application::path()

string path() Get the path to the application "app" directory. Return Value string

MorphPivot::all()

static Collection|Model[] all(array|mixed $columns = array('*')) Get all of the models from the database. Parameters array|mixed $columns Return Value Collection|Model[]

User::hasCast()

bool hasCast(string $key, array|string|null $types = null) Determine whether an attribute should be cast to a native type. Parameters string $key array|string|null $types Return Value bool

User

User class User extends Model implements Authenticatable, Authorizable, CanResetPassword (View source) Traits Authenticatable Authorizable CanResetPassword

Factory::stopPush()

string stopPush() Stop injecting content into a push section. Return Value string Exceptions InvalidArgumentException