https://dev.to/muneebkh2 #install-laravelshopify-package Install Laravel-Shopify Package composer require osiset/laravel-shopify After installing above package run this command inside your project root directory.
In your app's settings on your Shopify Partner dashboard, you need to set the callback URL to be: https://(your-domain).com/
The callback URL will point to the home route, while the redirect_uri will point to the authentication route.
Next, modify resources/views/welcome.blade.php to extend this packages' layout for Shopify AppBridge abilities, example: @extends('shopify-app::layouts.default') @section('content')