Skip to content

[Laravel Preset] Allow App\Http to be used in providers#1639

Open
imliam wants to merge 1 commit intopestphp:4.xfrom
imliam:patch-1
Open

[Laravel Preset] Allow App\Http to be used in providers#1639
imliam wants to merge 1 commit intopestphp:4.xfrom
imliam:patch-1

Conversation

@imliam
Copy link

@imliam imliam commented Feb 15, 2026

What:

  • Bug Fix
  • New Feature

Description:

There are scenarios where a Laravel application may legitimately reference classes from the App\Http namespace outside itself, for example:

  • Applying middleware in a Filament app (see docs)
  • Using the old RouteServiceProvider Laravel came with

Even if neither of these are scenarios a vanilla Laravel application will run into, I believe Filament is a big enough package in the ecosystem to warrant having good preset support out of the box (especially as we can't undo individual rules in the preset)

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant