Skip to content

Commit

Permalink
[11.x] Pulse v1 (#9618)
Browse files Browse the repository at this point in the history
* Pulse v1

* Update pulse.md

---------

Co-authored-by: Taylor Otwell <[email protected]>
  • Loading branch information
Jubeki and taylorotwell authored Apr 30, 2024
1 parent ea461f7 commit 6b5618c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pulse.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@ For in-depth debugging of individual events, check out [Laravel Telescope](/docs
> [!WARNING]
> Pulse's first-party storage implementation currently requires a MySQL, MariaDB, or PostgreSQL database. If you are using a different database engine, you will need a separate MySQL, MariaDB, or PostgreSQL database for your Pulse data.
Since Pulse is currently in beta, you will need to explicitly install the beta release:
You may install Pulse using the Composer package manager:

```sh
composer require laravel/pulse:@beta
composer require laravel/pulse
```

Next, you should publish the Pulse configuration and migration files using the `vendor:publish` Artisan command:
Expand Down

0 comments on commit 6b5618c

Please sign in to comment.