Skip to content

Target class [Spatie\Honeypot\HoneypotViewComposer] does not exist. #72

Answered by jasperf
jasperf asked this question in Q&A
Discussion options

You must be logged in to vote

We needed to adjust the path in one controller

- \View::composer("{$domainView}::index", \Spatie\Honeypot\HoneypotViewComposer::class);
+ \View::composer("{$domainView}::index", \Spatie\Honeypot\View\HoneypotViewComposer::class);

Now all good. Thanks for your feedback @freekmurze .

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by freekmurze
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #72 on December 15, 2020 11:56.