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: 2025-02-01 03:32:06 UTC
README
Usage
- Install via composer
- Add service provider
Beestreams\LaravelCategories\CategoriesProvider::class
- Migrate database
- Include Categorizable trait on models
- 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)