lee-to / moonshine-spatie-tags-field
MoonShine Field for Spatie tags package
0.1.0
2023-06-19 14:43 UTC
Requires
- php: ^8.0|^8.1|^8.2
- ext-curl: *
- ext-json: *
Requires (Dev)
- brianium/paratest: ^6.8
- mockery/mockery: ^1.4.4
- orchestra/testbench: ^4.0|^5.0|^6.0|^7.0|^8.0
- phpstan/phpstan: ^1.4.7
- phpunit/phpunit: ^9.5.8
Conflicts
- moonshine/moonshine: <1.52
This package is auto-updated.
Last update: 2024-10-20 10:51:33 UTC
README
MoonShine TagList Field for Spatie Laravel tags
Spatie Laravel tags documentation
Installation
composer require lee-to/moonshine-spatie-tags-field
Usage
use Leeto\MoonShineSpatieTags\TagList; // ... TagList::make('Tags') // ...