Category and tag contracts, category model, category trait, migrations and factories.
composer require datasdk/categoriesThe service provider loads package migrations automatically.
php artisan migratePublish the config file when you need to customize it:
php artisan vendor:publish --provider="DataSDK\Categories\CategoriesServiceProvider" --tag=config