for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Nzsakib\DbConfig\Http\Controller;
use Illuminate\Routing\Controller;
class ConfigController extends Controller
{
public function index()
return view('db-config::index');
}