20-02-2026
This commit is contained in:
parent
854ce02bf6
commit
4d6b4930b2
128 changed files with 18247 additions and 2093 deletions
|
|
@ -21,9 +21,13 @@ class BasicAuthMiddleware
|
|||
|
||||
if (
|
||||
str_starts_with($path, 'livewire/') ||
|
||||
str_starts_with($path, 'livewire-') ||
|
||||
str_contains($path, '/livewire/') ||
|
||||
str_contains($path, '/livewire-') ||
|
||||
$request->is('livewire/*') ||
|
||||
$request->is('*/livewire/*')
|
||||
$request->is('livewire-*') ||
|
||||
$request->is('*/livewire/*') ||
|
||||
$request->is('*/livewire-*')
|
||||
) {
|
||||
return $next($request);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue