作者 竞泽

feat:boot pre env

... ... @@ -21,12 +21,11 @@ class TiktokShopProvider extends ServiceProvider
*/
public function boot()
{
$configPath = __DIR__.'/../publish/tiktok.shop.php';
$this->publishes([
$configPath => config_path('tiktok.shop.php')
], 'lackoxygen-tiktok-shop');
if ($this->app->runningInConsole()) {
$configPath = __DIR__.'/../publish/tiktok.shop.php';
$this->publishes([
$configPath => config_path('tiktok.shop.php')
], 'lackoxygen-tiktok-shop');
$this->commands($this->commands);
}
}
... ...