Skip to content

Commit da92ea5

Browse files
authored
Update README.md
1 parent 8d365b4 commit da92ea5

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,16 @@ Filament Laravel Pulse offers the following features:
2424

2525
## Installation
2626

27-
To integrate the Filament Laravel Pulse package into your project, use Composer:
27+
To integrate the Filament Laravel Pulse package into your project, follow these steps:
2828

29+
**Install Pulse:**
30+
```bash
31+
composer require laravel/pulse
32+
php artisan vendor:publish --provider="Laravel\Pulse\PulseServiceProvider"
33+
php artisan migrate --step
34+
```
35+
36+
**Install Filament Laravel Pulse:**
2937
```bash
3038
composer require dotswan/filament-laravel-pulse
3139
```

0 commit comments

Comments
 (0)