Open ahosker opened 1 month ago
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
bootstrap\app.php
I also dont seem to have config/wire-extender.php.
config/wire-extender.php
I did run the php artisan vendor:publish --tag=wire-extender command.
php artisan vendor:publish --tag=wire-extender
EDIT: Done, I manually copied it from the package, to config directory.
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