-
Notifications
You must be signed in to change notification settings - Fork 76
New issue
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
documentation update & Laravel 11 #92
Comments
@willvincent any thoughts? |
Hi @dingman, you need to add the following entry in your return array of bootstrap\providers.php file:
After that you can declare the following use:
And it will work |
I haven't used Laravel 11 yet, does it no longer auto-discover? That seems like a step in the wrong direction.. 😢 |
@willvincent I can't point out the direct changes as the upgrade notes don't state anything specific other than that the configuration has been streamlined. The "old" way still works and the following links may help:
I guess we'll hear/read more about it in days to come. |
Interesting.. I'll take a closer look soon and see about getting aliases working as before again for laravel 11. |
@willvincent appreciate all your help on this. any further updates? |
I apologize, I haven't had a chance to dig in |
Hi there Will - thanks again for such an amazing wrapper here.
The documentation seems like it might be a bit outdated for Laravel 11, at least while I'm trying to use it
When I import the package into my files
usage
my IDE continues to tell me:
But when I check config\app.php, I don't see anything for aliases anymore
I'm not really sure what I might be doing wrong here. Any advice?
The text was updated successfully, but these errors were encountered: