laravel / reverb

Laravel Reverb provides a real-time WebSocket communication backend for Laravel applications.
https://reverb.laravel.com
MIT License
1.02k stars 71 forks source link

Add environment variables to example env file #162

Closed SadikurSadik closed 4 months ago

SadikurSadik commented 4 months ago

When we are installing reverb it's set up related environment variables to .env files which is very good for starting. But when some of the other teammate pull or clone project from git they don't know which variables they have to setup since it's not present in .env.example. For this I think it's nice to have in example environment file as well along with main env file.

joedixon commented 4 months ago

Thanks for the PR, but I don't think it's a good idea to write credentials to the .env.example file so going to close this one.