[ ], 'commands' => [ WatchCommand::class, ], 'publish' => [ [ 'id' => 'config', 'description' => 'The config for watcher.', 'source' => __DIR__ . '/../publish/watcher.php', 'destination' => BASE_PATH . '/.watcher.php', ], ], ]; } }