Notifications

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

Notifications

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

NotificationMakeCommand::__construct()

void __construct(Filesystem $files) Create a new controller creator command instance. Parameters Filesystem $files Return Value void

NotificationMakeCommand::warn()

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

NotificationMakeCommand::table()

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

NotificationMakeCommand::setLaravel()

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

NotificationMakeCommand::secret()

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

NotificationMakeCommand::run()

int run(InputInterface $input, OutputInterface $output) Run the console command. Parameters InputInterface $input OutputInterface $output Return Value int

NotificationMakeCommand::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

NotificationMakeCommand::options()

array options() Get all of the options passed to the command. Return Value array