oleaass/laravel-categories
Composer 安装命令:
composer require oleaass/laravel-categories
包简介
Add cateogires to any Laravel applications
README 文档
README
The code uses polymorphic relations, which allows for simple but robust implementation of categories on any model you might have in your application.
Installation
$ composer require oleaass/laravel-categories
Usage
Prepare your model
use OleAass\Categories\HasCategories; class Product extends Model { use Categorizable; }
Support Me
I spend my free time making packages. So if you want to support me and my work, I would really appreciate if you bough me a coffee.
统计信息
- 总下载量: 4
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2021-08-19