Download the PHP package twom/laravel-taggable without Composer
On this page you can find all versions of the php package twom/laravel-taggable. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download twom/laravel-taggable
More information about twom/laravel-taggable
Files in twom/laravel-taggable
Download twom/laravel-taggable
More information about twom/laravel-taggable
Files in twom/laravel-taggable
Vendor twom
Package laravel-taggable
Short Description taggable system
License
Homepage https://github.com/Twom2020/laravel-taggable
Package laravel-taggable
Short Description taggable system
License
Homepage https://github.com/Twom2020/laravel-taggable
Please rate this library. Is it a good library?
Informations about the package laravel-taggable
## Laravel File Manager
Installation:
You must add the service provider to config/app.php
Publish your config file and migrations
Run migration
Note: create taggable tables.
Config:
config/taggable.php
Lets start to use:
Your taggable model:
Note: should be use the Taggable trait from
Twom\Taggable\Traits\Taggable
use of taggable options:
type | example |
---|---|
string | "first tag,second tag" |
array | ["first tag", "second tag"] |
All versions of laravel-taggable with dependencies
PHP Build Version
Package Version
The package twom/laravel-taggable contains the following files
Loading the files please wait ....