Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaySav committed Sep 26, 2018
2 parents 52a27b8 + 482bb7d commit dcea181
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# nova-percent-field
Laravel Nova field for displaying percents

### 1. Index view
![screenshot 1](https://raw.githubusercontent.com/NikolaySav/nova-percent-field/master/docs/index.png)
### 2. Detailed view
![screenshot 1](https://raw.githubusercontent.com/NikolaySav/nova-percent-field/master/docs/detailed.png)
### 3. Form view
![screenshot 1](https://raw.githubusercontent.com/NikolaySav/nova-percent-field/master/docs/form.png)

## Installation

You can install the package into a Laravel app that uses [Nova](https://nova.laravel.com) via composer:
Expand Down Expand Up @@ -30,4 +37,4 @@ public function fields(Request $request)

->displayPercentSign(true) // true by default
];
}
}

0 comments on commit dcea181

Please sign in to comment.