Skip to content

Commit

Permalink
updated changelog & readme guide
Browse files Browse the repository at this point in the history
  • Loading branch information
devsrv committed May 16, 2021
1 parent d408968 commit 4fc1eb2
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 1.0.3 - 2021-05-16

### added
- config publishable for bootstrap 4 | 5 theme

## 1.0.2 - 2021-05-05

## fixed
Expand Down
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ Turn Laravel Livewire Component into Modal.

## 🧾 Requirements

| **Bootstrap** | < 5 | *bs5 & no bootstrap support coming soon*
| **Bootstrap** | 4 or 5 | *no bootstrap support coming soon*
|---|---|---|
| Jquery | | *soon to be removed*
| Jquery | | *for bootstrap 4 only*
| Laravel | >= 7 | |
| Livewire | >= 2.0 | |
| Alpine JS | | |
Expand Down Expand Up @@ -50,6 +50,11 @@ composer require devsrv/livewire-modal
php artisan vendor:publish --provider="devsrv\LivewireModal\LivewireModalServiceProvider" --tag=public
```

#### Publish config
```shell
php artisan vendor:publish --provider="devsrv\LivewireModal\LivewireModalServiceProvider" --tag=config
```
> config support bootstrap theme: bs4 | bs5
### 📌 Updating
> **Important:** when updating the package make sure to re-publish the assets with `--force` flag
Expand Down

0 comments on commit 4fc1eb2

Please sign in to comment.