Download the PHP package uptoolkit/laravel-categories without Composer
On this page you can find all versions of the php package uptoolkit/laravel-categories. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download uptoolkit/laravel-categories
More information about uptoolkit/laravel-categories
Files in uptoolkit/laravel-categories
Download uptoolkit/laravel-categories
More information about uptoolkit/laravel-categories
Files in uptoolkit/laravel-categories
Vendor uptoolkit
Package laravel-categories
Short Description Associate Eloquent Models with Categories
License MIT
Package laravel-categories
Short Description Associate Eloquent Models with Categories
License MIT
Please rate this library. Is it a good library?
Informations about the package laravel-categories
Laravel Categories
Installation
Require this package, with Composer, in the root directory of your project.
To get started, you'll need to publish the vendor assets and migrate:
Usage
Nested Sets
Check lazychaser/laravel-nestedset to learn how to create, update, delete, etc. categories.
Setup a Model
Examples
Get an array with ids and names of categories (useful for drop-downs)
Attach the Post Model these Categories
Detach the Post Model from these Categories
Detach the Post Model from all Categories and attach it to the new ones
Attach the Post Model to the given Category
Detach the Post Model from the given Category
Get all Posts that are attached to the given Category
Testing
Security
If you discover a security vulnerability within this package, please send an e-mail to [email protected]. All security vulnerabilities will be promptly addressed.
Credits
- Brian Faust
- All Contributors
License
Brian Faust
All versions of laravel-categories with dependencies
PHP Build Version
Package Version
The package uptoolkit/laravel-categories contains the following files
Loading the files please wait ....