LaravelPackages.net
Acme Inc.
Toggle sidebar
beestreams/laravelcategories

Easily create categories for Laravel models

28
1
1.1.2
About beestreams/laravelcategories

beestreams/laravelcategories is a Laravel package for easily create categories for laravel models. It currently has 1 GitHub stars and 28 downloads on Packagist (latest version 1.1.2). Install it with composer require beestreams/laravelcategories. Discover more Laravel packages by beestreams or browse all Laravel packages to compare alternatives.

Last updated

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)

Comments