-
-
Notifications
You must be signed in to change notification settings - Fork 148
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
Webhooks Attribute not found #25
Comments
my fault, it was Laravel 6.0 that cache package and service, removed the files and works fine |
@AlbertoSinigaglia Which cache package were you deleted? |
I didn't understand how you solved the problem ? I have the same problem and doing "php artisan cache:clear" didn't solve the problem |
If I don’t remember wrong, I’ve just run |
Sorry for being late, just answered |
If you come across the error "Attribute [webhooks] does not exist"... and you've been working in other branches with different composer configs, you may need to simply run "composer install" again to make sure the library is actually installed. Your config/migrations/etc should still be in place. |
if it is cache issue then why I am getting this I just clone repo and run |
Has anyone resolved this one? I'm on a Forger server, and running either
Not sure what to do next and my site is broken. |
FWIW, turns out that for me it was Composer running out of memory when installing a new package. Creating a new |
when using Route::webhooks('...', '...') i get an error like:
InvalidArgumentException Attribute [webhooks] does not exist.
and in the stack trace, the error is thrown on the web.php file
The text was updated successfully, but these errors were encountered: