Skip to content

[Feature]: Auto discover route from request route() method and Route facade #410

@christhofer

Description

@christhofer

Feature Description

This is not supported yet

\Illuminate\Support\Facades\Route::is('dashboard')

/** var \Illuminate\Http\Request $request */
$request->routeIs('dashboard')

I see that routeIs() and Route::is() have parameter ...$patterns

So maybe it's not possible to detect the route definition?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Participants

      @christhofer@N1ebieski

      Issue actions

        [Feature]: Auto discover route from request route() method and Route facade · Issue #410 · laravel/vs-code-extension