laravel / pulse

Laravel Pulse is a real-time application performance monitoring tool and dashboard for your Laravel application.
https://pulse.laravel.com
MIT License
1.43k stars 165 forks source link

[1.x] Add `mariadb` driver support plus Laravel 11 CI tests #330

Closed jessarcher closed 6 months ago

jessarcher commented 6 months ago

GitHub actions had started failing, which appears to be because we were relying on default DB_ env vars and/or default config file vars which have changed.

This PR:

francoism90 commented 6 months ago

Pulse's first-party storage implementation currently requires a MySQL or PostgreSQL database.

Is this still the case after this PR?

driesvints commented 6 months ago

@francoism90 no MariaDB was added in here. I'll PR that to the docs.