You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I got everything working, except when I enable the 'web' middleware (to support sessions) I get this error: Attempt to read property "only" on string
See:
Here, the variable $middleware contains 'web'.
This is my config/wire-extender.php:
<?phpreturn [
/* * Define middlewares for the `livewire/embed` route. * Add the 'web' middleware if you want to support sessions. */'middlewares' => [
'web',
],
];
Any idea what's wrong?
The text was updated successfully, but these errors were encountered:
I got everything working, except when I enable the
'web'
middleware (to support sessions) I get this error:Attempt to read property "only" on string
See:
Here, the variable
$middleware
contains'web'
.This is my
config/wire-extender.php
:Any idea what's wrong?
The text was updated successfully, but these errors were encountered: