We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b7abe5 commit b1dd71aCopy full SHA for b1dd71a
README.md
@@ -11,12 +11,20 @@ A country code select field for Laravel Nova.
11
### Detail
12

13
14
-### Installation
+## Installation
15
+
16
+Install using Composer:
17
18
```bash
19
composer require tapp/select-country-code
20
```
21
22
+Publish the flag icons assets to the public project directory:
23
24
+```bash
25
+php artisan vendor:publish --tag=public --force
26
+```
27
28
## Usage
29
30
Add the field to your resource in the ```fields``` method:
0 commit comments