Skip to content

Commit d67ea35

Browse files
authored
Update instructions to install the beta release of the package without downgrading application's minimum-stability setting (laravel#9604)
1 parent 3f53d0a commit d67ea35

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

pulse.md

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -35,17 +35,10 @@ For in-depth debugging of individual events, check out [Laravel Telescope](/docs
3535
> [!WARNING]
3636
> 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.
3737
38-
Since Pulse is currently in beta, you may need to adjust your application's `composer.json` file to allow beta package releases to be installed:
39-
40-
```json
41-
"minimum-stability": "beta",
42-
"prefer-stable": true
43-
```
44-
45-
Then, you may use the Composer package manager to install Pulse into your Laravel project:
38+
Since Pulse is currently in beta, you will need to explicitly install the beta release:
4639

4740
```sh
48-
composer require laravel/pulse
41+
composer require laravel/pulse:@beta
4942
```
5043

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

0 commit comments

Comments
 (0)