Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Jan 9, 2024. It is now read-only.

Commit b2debae

Browse files
add step
1 parent 315b0e3 commit b2debae

File tree

3 files changed

+934
-2
lines changed

3 files changed

+934
-2
lines changed

‎README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ Be sure to check out the [official documentation](https://docs.beyondco.de/larav
99
1. Clone this repository
1010
2. `composer install`
1111
3. `php artisan migrate`
12-
4. `php artisan websockets:serve`
12+
4. `php artisan key:generate`
13+
5. `php artisan websockets:serve`
1314

1415
## Credits
1516

‎public/js/app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14189,7 +14189,7 @@ window.Pusher = __webpack_require__(38);
1418914189

1419014190
window.Echo = new __WEBPACK_IMPORTED_MODULE_0_laravel_echo__["a" /* default */]({
1419114191
broadcaster: 'pusher',
14192-
key: "websocketkey",
14192+
key: Object({"NODE_ENV":"development"}).MIX_PUSHER_APP_KEY,
1419314193
wsHost: window.location.hostname,
1419414194
wsPort: 6001,
1419514195
disableStats: true

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /