diff --git a/src/Foundation/Console/VendorPublishCommand.php b/src/Foundation/Console/VendorPublishCommand.php new file mode 100644 index 00000000..d4b943f6 --- /dev/null +++ b/src/Foundation/Console/VendorPublishCommand.php @@ -0,0 +1,29 @@ +components->task(\sprintf( + 'Copying %s [%s] to [%s]', + $type, + $from, + $to, + )); + } +} diff --git a/src/Foundation/TestbenchServiceProvider.php b/src/Foundation/TestbenchServiceProvider.php index 83d44112..666c7304 100644 --- a/src/Foundation/TestbenchServiceProvider.php +++ b/src/Foundation/TestbenchServiceProvider.php @@ -46,6 +46,7 @@ public function boot(): void Console\PurgeSkeletonCommand::class, Console\SyncSkeletonCommand::class, Console\ServeCommand::class, + Console\VendorPublishCommand::class, ]); } }