Download the PHP package sourcedopen/tags without Composer
On this page you can find all versions of the php package sourcedopen/tags. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package tags
Tags
A Laravel package for adding tags to Eloquent models using polymorphic relationships.
Installation
You can install the package via Composer:
The package will automatically register its service provider.
Configuration
Publish and run the migrations:
Usage
Adding Tags to a Model
Use the HasTags trait in any model you want to be taggable:
Creating Tags
Attaching Tags
Detaching Tags
Syncing Tags
Retrieving Tags
Testing
Or run Pest directly:
Code Style
This package uses Laravel Pint for code styling:
License
The MIT License (MIT). Please see License File for more information.
All versions of tags with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.1
illuminate/database Version ^10.0|^11.0|^12.0|^13.0
illuminate/support Version ^10.0|^11.0|^12.0|^13.0
illuminate/database Version ^10.0|^11.0|^12.0|^13.0
illuminate/support Version ^10.0|^11.0|^12.0|^13.0
The package sourcedopen/tags contains the following files
Loading the files please wait ...