marshmallow/dataset-google-product-categories

此数据集包含荷兰语中所有可用的Google产品类别

v1.0.1 2021-04-07 09:56 UTC

This package is auto-updated.

Last update: 2024-09-05 10:38:49 UTC


README

alt text

Marshmallow 数据集国家

此数据集包含Google Feeds的所有可用类别。

安装

composer require marshmallow/dataset-google-product-categories

初始化表

运行 php artisan db:seed --class="Marshmallow\Datasets\GoogleProductCategories\Seeds\GoogleProductCategorySeeder" 以初始化谷歌类别表。

Nova

你是否在使用Nova?我们为你提供了一个命令来生成Nova资源。运行 php artisan marshmallow:resource GoogleProductCategory Datasets\\GoogleProductCategories,类别将在Nova中可用。我们默认在Nova导航中隐藏此资源。如果你希望它在导航中可用,请将 public static $displayInNavigation = true; 添加到 app/Nova/GoogleProductCategory.php

版权(c)2020 marshmallow