We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: