soketi / docs

The official soketi documentation. 📡
https://docs.soketi.app
59 stars 30 forks source link

fix(installation): fix env vars for laravel sail installation #14

Closed tiagomichaelsousa closed 2 years ago

tiagomichaelsousa commented 2 years ago

What type of PR is this? Fix: A bug fix

What this PR does / why we need it:

Special notes for your reviewer: Since 1.x release soketi env vars are prefixed with SOKETI_.

When I was testing out soketi with Sail I noticed that the documentation had a section for it (awesome work 🙏) and copy/pasted the code snippet but i wasn't getting logs from the docker container when events were being dispatched.

I hope this PR is targetting the correct version for the documentation by changing the 1.xdocumentation version and keeping the 0.x docs intact.

rennokki commented 2 years ago

Right, thanks! 🥳