Skip to content

Commit

Permalink
Update INSTALL.md
Browse files Browse the repository at this point in the history
[skip actions]
  • Loading branch information
pascalbaljet committed Jul 18, 2023
1 parent 5c284f1 commit 78c579e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@ cp .env.example .env
php artisan key:generate --force
```

Also in the `.env` file, set the cache and queue driver to `redis`, set the broadcast driver to `pusher`, and fill in the credentials for your Pusher account. After that, everything is ready to compile the assets and run the migrations:
Also in the `.env` file, set the cache and queue driver to `redis`, set the broadcast driver to `pusher`, and fill in the credentials for your Pusher account. Pusher is used to broadcast events to the app, like when a server is created or deleted so the frontend can update in real-time (handled by [Splade](https://splade.dev/docs/x-event)).

After that, everything is ready to compile the assets and run the migrations:

```bash
npm run build
Expand Down

0 comments on commit 78c579e

Please sign in to comment.