Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
danilopolani committed Dec 18, 2021
1 parent ee06bd5 commit f6080ab
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,18 +23,6 @@ Then publish the assets of the package:
php artisan vendor:publish --tag=filament-plausible-widget-assets
```

Finally load the widget into your [Filament config file](https://filamentadmin.com/docs/2.x/admin/installation#publishing-the-configuration):

```php
'widgets' => [
// ...
'register' => [
// ...
\DaniloPolani\FilamentPlausibleWidget\Widgets\PlausibleWidget::class,
],
],
```

> If you're upgrading from v1 to v2 please note that the namespace changed from `\Danilopolani\` to `\DaniloPolani\`.
### Upgrade
Expand Down

0 comments on commit f6080ab

Please sign in to comment.