Skip to content

Commit

Permalink
Add polling time to change without refresh
Browse files Browse the repository at this point in the history
  • Loading branch information
Joao Nascimento committed Jun 27, 2024
1 parent 4cbf434 commit 6b15153
Show file tree
Hide file tree
Showing 10 changed files with 3,964 additions and 38 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,12 @@ You can install the package via composer:
composer require joaopaulolndev/filament-world-clock
```

>[!NOTE]
> to publish the assets is necessary to run the command below:
```bash
php artisan vendor:publish --tag=filament-world-clock-assets --force
```

Optionally, you can publish the views using

```bash
Expand Down
Loading

0 comments on commit 6b15153

Please sign in to comment.