Download the PHP package unisharp/categorizable without Composer
On this page you can find all versions of the php package unisharp/categorizable. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download unisharp/categorizable
More information about unisharp/categorizable
Files in unisharp/categorizable
Package categorizable
Short Description categorize model
License MIT
Homepage https://github.com/UniSharp/category
Informations about the package categorizable
Categorizable
It's a package to let you cagorize anything
Install
Via Composer
Usage
categorize
You can categorize by id, name or mixed array and id won't add duplicate category
uncategorize
It will remove category just like categorize
decategorize
remove all category
recategorize
it will add category after clean all binding categories
same as $post->decategorize()->categorize(....)
hasCategories
You can find model which has specify categories it also search all children category
hasStrictCategories
It's same as hasCategories but just find category which you specify
You can find model which has specify categories it also search all children category
Change log
Please see CHANGELOG for more information on what has changed recently.
Testing
Contributing
Please see CODE_OF_CONDUCT for details.
Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
Credits
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of categorizable with dependencies
illuminate/config Version >=5.5.0
illuminate/database Version >=5.5.0
illuminate/support Version >=5.5.0
kalnoy/nestedset Version ^5.0