marshmallow / dataset-google-product-categories
This dataset contains all the categories available for Google Product Feeds in Dutch
Installs: 5 704
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 1
Requires
- php: ^7.4|^8.0
This package is auto-updated.
Last update: 2024-11-05 11:04:09 UTC
README
Marshmallow Dataset Country
This dataset contains all the categories available for Google Feeds.
Installatie
composer require marshmallow/dataset-google-product-categories
Seed the table
Run php artisan db:seed --class="Marshmallow\Datasets\GoogleProductCategories\Seeds\GoogleProductCategorySeeder"
to seed the google category table.
Nova
Are you using Nova? We have a command for you to generate the Nova Resource. Run php artisan marshmallow:resource GoogleProductCategory Datasets\\GoogleProductCategories
and categories will be available to you in Nova. We hide this resource by default in the Nova navigation. If you wish to have it available in the navigation, add public static $displayInNavigation = true;
to app/Nova/GoogleProductCategory.php
.
Copyright (c) 2020 marshmallow