Skip to content

Commit b1dd71a

Browse files
committed
Update installation instructions
1 parent 0b7abe5 commit b1dd71a

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,20 @@ A country code select field for Laravel Nova.
1111
### Detail
1212
![select-country-code-detail](https://raw.githubusercontent.com/TappNetwork/nova-select-country-code/main/docs/select-country-code-detail.png)
1313

14-
### Installation
14+
## Installation
15+
16+
Install using Composer:
1517

1618
```bash
1719
composer require tapp/select-country-code
1820
```
1921

22+
Publish the flag icons assets to the public project directory:
23+
24+
```bash
25+
php artisan vendor:publish --tag=public --force
26+
```
27+
2028
## Usage
2129

2230
Add the field to your resource in the ```fields``` method:

0 commit comments

Comments
 (0)