https://dev.to/krixnaas https://dev.to/krixnaas Posted on May 25 https://dev.to/t/laravel https://dev.to/t/database Route::get('/', function(){ $databaseName = \DB::connection()->getDatabaseName(); dd($databaseName); }); Enter fullscreen mode Route::get('/', function(){ return response()->json([ 'stuff' => phpinfo()]); }); Enter fullscreen mode If it still giving previous database name then clear config and restart the Laravel app again
It will become hidden in your post, but will still be visible via the comment's #.