You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-7Lines changed: 2 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ The dashboard also works across nodes. If your nodes are connected via Distribut
34
34
35
35
## Installation
36
36
37
-
To start using LiveDashboard, you will need three steps:
37
+
The LiveDashboard is built on top of LiveView. Both LiveView and LiveDashboard ship by default as part of Phoenix. But if you skipped them, you can LiveDashboard in three steps:
38
38
39
39
1. Add the `phoenix_live_dashboard` dependency
40
40
2. Configure LiveView
@@ -54,12 +54,7 @@ end
54
54
55
55
### 2. Configure LiveView
56
56
57
-
The LiveDashboard is built on top of LiveView. If LiveView is already installed in your app, feel free to skip this section.
58
-
59
-
If you plan to use LiveView in your application in the future, we recommend you to follow [the official installation instructions](https://hexdocs.pm/phoenix_live_view/installation.html).
60
-
This guide only covers the minimum steps necessary for the LiveDashboard itself to run.
61
-
62
-
First, update your endpoint's configuration to include a signing salt. You can generate a signing salt by running `mix phx.gen.secret 32` (note Phoenix v1.5+ apps already have this configuration):
57
+
First, update your endpoint's configuration to include a signing salt:
0 commit comments