Download the PHP package hkp22/laravel-taggable without Composer
On this page you can find all versions of the php package hkp22/laravel-taggable. 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 laravel-taggable
Laravel Taggable
Laravel Eloquent model tagging package.
Installation
You can install the package via composer:
Usage
Prepare Taggable model
Registering package
Include the service provider within app/config/app.php
:
Tag Eloquent model
Eg: Tagging a lesson Model.
or
Un-tag eloquent model
Eg: Un-tagging lesson model.
Re-tag eloquent model
Total tagged entities count.
Get model with any given tag
Get model with only given tag
All versions of laravel-taggable with dependencies
PHP Build Version
Package Version
The package hkp22/laravel-taggable contains the following files
Loading the files please wait ....