datasdk/tools

General model tools for DataSDK: settings, slugs, sorting and shared model traits.

Maintainers

Package info

github.com/datasdk/tools

pkg:composer/datasdk/tools

Statistics

Installs: 0

Dependents: 2

Suggesters: 0

Stars: 0

Open Issues: 0

1.0.0 2026-05-12 22:46 UTC

This package is auto-updated.

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


README

General model tools for settings, slugs, sorting, translations and shared model traits.

Installation

composer require datasdk/tools

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\Tools\ToolsServiceProvider" --tag=config