for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Diglabby\Doika\Http\Controllers\Dashboard;
use App\Http\Controllers\Controller;
class DashboardController extends Controller
{
public function index()
return '';
}