Skip to content

Commit

Permalink
Update readme and composer description
Browse files Browse the repository at this point in the history
  • Loading branch information
anotherfrontendguy committed Nov 28, 2019
1 parent 179a976 commit 8c12f90
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# nova-searchable-belongs-to-filter
A searchable Nova filter for belongsTo relationships.
Searchable Nova filter for belongsTo relationships.

### Demo

Expand All @@ -11,8 +11,7 @@ This package assumes you have a text-search setup for your Eloquent models. See

### Installation

todo:
- [ ] add to packagist
`composer require suenerds/nova-searchable-belongs-to-filter`

### Usage

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "suenerds/nova-searchable-belongs-to-filter",
"description": "Searchable Filter for Laravel Nova",
"description": "Searchable Nova filter for belongsTo relationships.",
"keywords": [
"laravel",
"nova"
Expand Down

0 comments on commit 8c12f90

Please sign in to comment.