Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ The `ticket` model has also a list of scopes to begin filter with.
| Method | Arguments | Description | Example |
|---|---|---|---|
| `visible` |`void` | get the visible model records | `Label::visible()->get()` |
| `hidden` |`void` | get the hidden model records | `Category::visible()->get()` |
| `hidden` |`void` | get the hidden model records | `Category::hidden()->get()` |

## Handling File Upload
This package doesn't come with file upload feature (yet) Instead you can use [laravel-medialibrary](https://github.com/spatie/laravel-medialibrary) by __Spatie__,
Expand Down