Skip to content

Commit 0159da0

Browse files
Add documentation for Filament Phone Input setup
Updated the README to include steps for publishing Filament Phone Input assets and integrating the WhatsappWidget plugin in the AdminPanelProvider. This ensures clearer guidance for setting up these components.
1 parent 1f083f5 commit 0159da0

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

+11
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,17 @@ Publish assets file.
3333

3434
```bash
3535
php artisan vendor:publish --tag=whatsapp-widget-assets
36+
php artisan vendor:publish --tag=filament-phone-input-assets
37+
```
38+
39+
Add in AdminPanelProvider.php
40+
41+
```php
42+
use JeffersonGoncalves\Filament\WhatsappWidget\WhatsappWidgetPlugin;
43+
44+
->plugins([
45+
WhatsappWidgetPlugin::make(),
46+
])
3647
```
3748

3849
Add head template.

0 commit comments

Comments
 (0)