Download the PHP package digu087/tcd-tagging without Composer
On this page you can find all versions of the php package digu087/tcd-tagging. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download digu087/tcd-tagging
More information about digu087/tcd-tagging
Files in digu087/tcd-tagging
Package tcd-tagging
Short Description Use PHP traits to extend Laravel Eloquent Models to allow Tags. Models can be marked as Taggable. You can also assocaite a tag with multiple groups
License MIT
Informations about the package tcd-tagging
Laravel Taggable Trait
This package is a fork of rtconner/laravel-tagging . This is a custom version of the original package. It adds ability for tags to be associated with multiple groups
Composer Install (for Laravel 5/6/7 and Lumen 5/6/7)
Install and then Run the migrations
The package should auto-discover when you composer update. Then publish the tagging.php and run the database migrations with these commands.
Setup your models
Quick Sample Usage
Documentation: More Usage Examples
Documentation: Tag Groups
Documentation: Tagging Events
Documentation: Tag Suggesting
Configure
See config/tagging.php for configuration options.
Lumen Installation
Documentation: Lumen
Upgrading Laravel 4 to 5
This library stores full model class names into the database. When you upgrade laravel and you add namespaces to your models, you will need to update the records stored in the database. Alternatively you can override Model::$morphClass on your model class to match the string stored in the database.
Credits
- Robert Conner - http://smartersoftware.net
Further Reading
All versions of tcd-tagging with dependencies
illuminate/database Version >= 5.0|^6.0|^7.0
illuminate/support Version >= 5.0|^6.0|^7.0