Laravel otrzymuj informacje o połączeniu DB
if(DB::connection()->getDatabaseName())
{
echo "conncted sucessfully to database ".DB::connection()->getDatabaseName();
}
ssbrar