Skip to content

Instantly share code, notes, and snippets.

@bay007
Created January 20, 2024 08:47
Show Gist options
  • Save bay007/1bc5ab35050b213bcd97208435d8b9fa to your computer and use it in GitHub Desktop.
Save bay007/1bc5ab35050b213bcd97208435d8b9fa to your computer and use it in GitHub Desktop.
Check database php connection
try {
\DB::connection()->getPDO();
echo \DB::connection()->getDatabaseName();
} catch (\Exception $e) {
echo 'None';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment