wire-extender
wire-extender copied to clipboard
"replace the default middleware"
Could do with updating documentation.
For Laravel 11, the instructions say Next, replace the default middleware
Where is that file?
I've just spun up a new project, Laravel 11.9, to try this out.
EDIT: Found it. Its at bootstrap\app.php
I also dont seem to have config/wire-extender.php.
I did run the php artisan vendor:publish --tag=wire-extender command.
EDIT: Done, I manually copied it from the package, to config directory.