beestreams/laravelcategories

Easily create categories for Laravel models

1.1.2 2017-08-06 16:39 UTC

This package is not auto-updated.

Last update: 2024-04-26 23:25:15 UTC


README

Usage

  1. Install via composer
  2. Add service provider Beestreams\LaravelCategories\CategoriesProvider::class
  3. Migrate database
  4. Include Categorizable trait on models
  5. Assign categories

For method list see Categorizable trait or IntegrationTest

Vendor publish

If you need to modify migrations, models or traits you can ´vendor:publish´ this package. (not tested)