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');