beestreams/laravelcategories

轻松为 Laravel 模型创建分类

1.1.2 2017-08-06 16:39 UTC

This package is not auto-updated.

Last update: 2024-09-28 01:29:50 UTC


README

使用方法

  1. 通过 composer 安装
  2. 添加服务提供者 Beestreams\LaravelCategories\CategoriesProvider::class
  3. 迁移数据库
  4. 在模型上包含 Categorizable 特性
  5. 分配分类

请参阅 Categorizable 特性或 IntegrationTest 方法列表

供应商发布

如果您需要修改迁移、模型或特性,可以执行´vendor:publish´命令以发布此包。(未经测试)