App\Http\Controllers\WelcomeController::index PHP Method

index() public method

Show the application welcome screen to the user.
public index ( ) : Response
return Response
    public function index()
    {
        return redirect('projects');
    }
WelcomeController