datasdk/categories

Categories model and traits for DataSDK

Maintainers

Package info

github.com/datasdk/categories

pkg:composer/datasdk/categories

Statistics

Installs: 2

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

1.0 2026-05-12 21:52 UTC

This package is auto-updated.

Last update: 2026-05-12 22:57:23 UTC


README

Category and tag contracts, category model, category trait, migrations and factories.

Installation

composer require datasdk/categories

Migrations

The service provider loads package migrations automatically.

php artisan migrate

Config

Publish the config file when you need to customize it:

php artisan vendor:publish --provider="DataSDK\Categories\CategoriesServiceProvider" --tag=config