NotificationTableCommand::anticipate()

string anticipate(string $question, array $choices, string $default = null) Prompt the user for input with auto completion. Parameters string $question array $choices string $default Return Value string

NotificationTableCommand

NotificationTableCommand class NotificationTableCommand extends Command (View source) Methods void __construct(Filesystem $files, Composer $composer) Create a new notifications table command instance. int run(InputInterface $input, OutputInterface $output) Run the console command. from Command int call(string $command, array $arguments = array()) Call another console command. from Command int callSilent(string $command, array $arguments = array()) Call another console command

Notifications\Messages

Illuminate\Notifications\Messages Classes DatabaseMessage MailMessage NexmoMessage SimpleMessage SlackAttachment SlackMessage

Notifications\Events

Illuminate\Notifications\Events Classes BroadcastNotificationCreated NotificationFailed NotificationSending NotificationSent

Notifications\Console

Illuminate\Notifications\Console Classes NotificationTableCommand

Notifications\Channels

Illuminate\Notifications\Channels Classes BroadcastChannel DatabaseChannel MailChannel NexmoSmsChannel SlackWebhookChannel

NotificationServiceProvider::__construct()

void __construct(Application $app) Create a new service provider instance. Parameters Application $app Return Value void

NotificationServiceProvider::when()

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

NotificationServiceProvider::register()

void register() Register the service provider. Return Value void

NotificationServiceProvider::provides()

array provides() Get the services provided by the provider. Return Value array