-
Notifications
You must be signed in to change notification settings - Fork 71
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
Unable to locate a class or view for component [cld-upload-button]. #93
Comments
I had the same problem and I've made a fix, please see #94 |
Fixes [Issue #93] semantic major version of Laravel
@unicodeveloper I see that PR #94 was merged to fix this issue, this means the documentation is now wrong as the component is called cld_upload_button rather than cld-upload-button |
I wouldn’t say the documentation is wrong. The doc is still very much correct because most people don’t even use Laravel 6 anymore. @uhexos So there’s really no need to update the doc. Changing the doc will make it wrong for Laravel 7 to 10 users & 99% of them are using this package |
That’s happening because I haven’t tagged a new release yet.
I’ll tag a new release by weekend that includes the most recent code merge
…On Thu, Oct 12, 2023 at 8:33 PM Nwokorobia Ugo ***@***.***> wrote:
Maybe I'm doing something wrong then cause the widget wouldn't load and
the Unable to locate a class or view for component [cld-upload-button]
persisted in a fresh laravel 10 install when using the x-cld-upload-button
as the component name.
[image: image]
<https://user-images.githubusercontent.com/14164093/274712459-e26db7b8-7e8a-4b50-a61c-3772a6dbda9f.png>
—
Reply to this email directly, view it on GitHub
<#93 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAWPNUMM2DHJSX4FLY2LXDLX7BA2LANCNFSM6AAAAAAYGFAYNU>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
ahh I see |
Is there already a new release? The last one is from march right? |
Laravel 10 with latest version of this package running a livewire component that has the following code. (I'm getting the same error when using it in a normal blade file that is not a livewire component)
Getting the error
Unable to locate a class or view for component [cld-upload-button].
Any idea what could fix this or what the problem might be?
The text was updated successfully, but these errors were encountered: