Closed daviTKEES closed 2 years ago
@daviTKEES Hi,
For osiset/laravel-shopify version 17, you have to use verify.shopify
in your middleware.
For routing see this package wiki link
@daviTKEES correct on above comment, where did you see code like this? I'd like to update the wiki if that's where it came from
@daviTKEES Hi,
For osiset/laravel-shopify version 17, you have to use
verify.shopify
in your middleware.For routing see this package wiki link
you are right!
Tks for help!
I am using now:
Route::get('/', function () { return view('welcome'); })->middleware(['verify.shopify'])->name('home');
@daviTKEES correct on above comment, where did you see code like this? I'd like to update the wiki if that's where it came from
I saw here https://www.youtube.com/watch?v=0SF0S2wn3cM
@tkeesdevs It's better to follow this package's Wiki doc instead of tutorials as @osiset and contributors are updating this wiki doc with every release.
@tkeesdevs It's better to follow this package's Wiki doc instead of tutorials as @osiset and contributors are updating this wiki doc with every release.
Yeah, I agree, I was trying to learn about installing the App, but I decided to finish the video and I got this problem, to be honest, I read the doc after and got the solution, but I am very grateful for the help and very excited with the progress I am having now.
Closing as related to pre-v17.
I am Trying to Create My First Shopify App Using Laravel, But I am Stuck in this error.
my web.php file is like that:
someone could help me?