App reviews, troubleshooting, and recommendations
Hi All.
I keep getting the error
production.ERROR: Target class [verify.shopify] does not exist. {"exception":"[object] (Illuminate\\Contracts\\Container\\BindingResolutionException(code: 0): Target class [verify.shopify] does not exist.
I don't know why as I'm following the documentation here: https://github.com/gnikyt/laravel-shopify/wiki/Installation#routing
Any help would be appreciated. Thanks in Advance
Here is my code in the web.php:
Route::get('/', [WelcomeController::class,'index'])->middleware(['verify.shopify'])->name('home');
Solved! Go to the solution
This is an accepted solution.
Is the middleware registered properly? See this for an example of how to register it: https://github.com/gnikyt/laravel-shopify/blob/7beefe780bdf60a91663176c2c61b626d95e3c60/tests/Stubs/...
This is an accepted solution.
Is the middleware registered properly? See this for an example of how to register it: https://github.com/gnikyt/laravel-shopify/blob/7beefe780bdf60a91663176c2c61b626d95e3c60/tests/Stubs/...
Thanks, that fixed it.
Hi, I have the same issue here. Using Laravel 9 and add it the class to the kernel. How do you manage to solve it? Thanks in advance
Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025