Owl\Http\Controllers\HomeController::index PHP Méthode

index() public méthode

Show the application dashboard to the user.
public index ( ) : Response
Résultat Response
    public function index()
    {
        return view('home');
    }
HomeController