beestreams / laravelcategories by beestreams

Easily create categories for Laravel models
26
1
2
Package Data
Maintainer Username: beestreams
Maintainer Contact: studiotriangular@gmail.com (Mikael Biström)
Package Create Date: 2017-08-05
Package Last Update: 2017-08-06
Language: PHP
License: MIT
Last Refreshed: 2025-02-06 03:00:09
Package Statistics
Total Downloads: 26
Monthly Downloads: 0
Daily Downloads: 0
Total Stars: 1
Total Watchers: 2
Total Forks: 0
Total Open Issues: 0

Package to add Category functionality to models

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)