datasdk / tools
General model tools for DataSDK: settings, slugs, sorting and shared model traits.
1.0.0
2026-05-12 22:46 UTC
Requires
- php: ^8.0
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