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
Thanks to everyone who participated in our AMA with 2H Media: Marketing Your Shopify St...
By Jacqui Sep 6, 2024The Hydrogen Visual Editor is now available to merchants in Shopify Editions | Summer '...
By JasonH Sep 2, 2024Note: Customizing your CSS requires some familiarity with CSS and HTML. Before you cust...
By JasonH Aug 12, 2024