Explorer
home
/
zoteqbgb
/
public_html
/
vendor
/
laravel
/
framework
/
src
/
Illuminate
/
Notifications
/
Console
Location:
/home/zoteqbgb/public_html/vendor/laravel/framework/src/Illuminate/Notifications/Console
Root path:
/home/zoteqbgb/public_html/config/676626
Editing: NotificationTableCommand.php
<?php namespace Illuminate\Notifications\Console; use Illuminate\Console\MigrationGeneratorCommand; use Symfony\Component\Console\Attribute\AsCommand; #[AsCommand(name: 'notifications:table')] class NotificationTableCommand extends MigrationGeneratorCommand { /** * The console command name. * * @var string */ protected $name = 'notifications:table'; /** * The console command description. * * @var string */ protected $description = 'Create a migration for the notifications table'; /** * Get the migration table name. * * @return string */ protected function migrationTableName() { return 'notifications'; } /** * Get the path to the migration stub file. * * @return string */ protected function migrationStubFile() { return __DIR__.'/stubs/notifications.stub'; } }
Save maftirs
Upload
Start Upload
New File
Create File
New Folder
Create Folder
Directory Contents
Name
Size
Perms
Modified
Actions
NotificationTableCommand.php
919 bytes
0644
2025-01-31 15:04
âï¸
ðï¸
Rename
stubs
-
0755
2025-01-31 15:04
ðï¸
Rename
Chang
Apply