string secret(string $question, bool $fallback = true) Prompt the user for input but hide the answer from the console. Parameters string $question bool $fallback Return Value string
void setLaravel(Container $laravel) Set the Laravel application instance. Parameters Container $laravel Return Value void
void table(array $headers, Arrayable|array $rows, string $style = 'default') Format input to textual table. Parameters array $headers Arrayable|array $rows string $style Return Value void
void warn(string $string, null|int|string $verbosity = null) Write a string as warning output. Parameters string $string null|int|string $verbosity Return Value void
void __construct(Filesystem $files) Create a new controller creator command instance. Parameters Filesystem $files Return Value void
Illuminate\Notifications Namespaces Illuminate\Notifications\ChannelsIlluminate\Notifications\ConsoleIlluminate\Notifications\EventsIlluminate\Notifications\Messages Classes Action ChannelManager DatabaseNotification DatabaseNotificationCollection HasDatabaseNotifications Notifiable Notification NotificationServiceProvider RoutesNotifications SendQueuedNotifications
Notifications Introduction Creating Notifications Sending Notifications Using The Notifiable Trait Using The Notification Facade Specifying Delivery Channels Queueing Notifications Mail Notifications Formatting Mail Messages Customizing The Recipient Customizing The Subject Customizing The Templates Error Messages Database Notifications Prerequisites Formatting Database Notifications Accessing The Notifications Marking Notifications As Read Broadcast Notifications Prerequisites Formattin
NotificationSending class NotificationSending (View source) Properties mixed $notifiable The notifiable entity who received the notification. Notification $notification The notification instance. string $channel The channel name.
void __construct(mixed $notifiable, Notification $notification, string $channel) Create a new event instance. Parameters mixed $notifiable Notification $notification string $channel Return Value void
NotificationSent class NotificationSent (View source) Properties mixed $notifiable The notifiable entity who received the notification. Notification $notification The notification instance. string $channel The channel name. mixed $response The channel's response.
Page 9549 of 11844