Download the PHP package michalsn/codeigniter-tags without Composer
On this page you can find all versions of the php package michalsn/codeigniter-tags. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download michalsn/codeigniter-tags
More information about michalsn/codeigniter-tags
Files in michalsn/codeigniter-tags
Download michalsn/codeigniter-tags
More information about michalsn/codeigniter-tags
Files in michalsn/codeigniter-tags
Vendor michalsn
Package codeigniter-tags
Short Description Tags for CodeIgniter 4 framework
License MIT
Homepage https://github.com/michalsn/codeigniter-tags
Package codeigniter-tags
Short Description Tags for CodeIgniter 4 framework
License MIT
Homepage https://github.com/michalsn/codeigniter-tags
Please rate this library. Is it a good library?
Informations about the package codeigniter-tags
CodeIgniter Tags
A library that helps you build tags functionality around your existing models in the CodeIgniter 4 framework.
Installation
composer require michalsn/codeigniter-tags
Migrate your database:
php spark migrate --all
Configuration
Add HasTags
trait to your model and initialize tags with initTags()
method.
And if you use Entity class, add TaggableEntity
trait to it:
Docs
All versions of codeigniter-tags with dependencies
PHP Build Version
Package Version
The package michalsn/codeigniter-tags contains the following files
Loading the files please wait ....