class
Illuminate
/
Notifications
/
Console
/
NotificationTableCommand
You are viewing an older version of the documentation. For the latest, please visit master documentation.
NotificationTableCommand
Extends
Properties
protected
$name string
The console command name.
Default: 'notifications:table'
protected
$description string
The console command description.
Default: 'Create a migration for the notifications table'
Methods
public
__construct ( Filesystem $files , Composer $composer ) : void
Create a new notifications table command instance.
Parameters
- $files Filesystem
- $composer Composer
public
handle ( ) : void
Execute the console command.
protected
createBaseMigration ( ) : string
Create a base migration file for the notifications.