laravelio / laravel.io

The Laravel.io Community Portal.
https://laravel.io
MIT License
2.43k stars 643 forks source link

feat: Install Laravel Pulse #1032

Open digitlimit opened 7 months ago

digitlimit commented 7 months ago

What does this PR do and why

.Env

PULSE_DB_CONNECTION=pulse
PULSE_DB_HOST=
PULSE_DB_PORT=
PULSE_DB_DATABASE=
PULSE_DB_USERNAME=
PULSE_DB_PASSWORD=

.ENV.TESTING

PULSE_ENABLED=false

Screenshots

screencapture-laravel-io-test-pulse-2024-02-20-19_37_33

Closes #1005

digitlimit commented 7 months ago

@driesvints Please take a look when you can

digitlimit commented 5 months ago

@driesvints could please take a look

driesvints commented 5 months ago

I don't have the time rn sorry. I'll get to this when I get to this. This just requires quite a bit of planning because I need to setup a separate database on production.