Skip to content

Commit

Permalink
update readme for release
Browse files Browse the repository at this point in the history
  • Loading branch information
mallardduck committed Sep 26, 2021
1 parent 72a92eb commit f3a2ea9
Showing 1 changed file with 1 addition and 21 deletions.
22 changes: 1 addition & 21 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,30 +33,10 @@ You can install the package via composer:
composer require mallardduck/blade-emoji-icons
```

You can publish and run the migrations with:

```bash
php artisan vendor:publish --provider="MallardDuck\BladeEmojiIcons\BladeEmojiIconsServiceProvider" --tag="blade-emoji-icons-migrations"
php artisan migrate
```

You can publish the config file with:
```bash
php artisan vendor:publish --provider="MallardDuck\BladeEmojiIcons\BladeEmojiIconsServiceProvider" --tag="blade-emoji-icons-config"
```

This is the contents of the published config file:

```php
return [
];
```

## Usage

```php
$blade-emoji-icons = new MallardDuck\BladeEmojiIcons();
echo $blade-emoji-icons->echoPhrase('Hello, MallardDuck!');
<x-emoji-icon::smiling-face class="text-5xl" />
```

## Testing
Expand Down

0 comments on commit f3a2ea9

Please sign in to comment.