gnikyt / laravel-shopify

A full-featured Laravel package for aiding in Shopify App development
MIT License
1.24k stars 374 forks source link

App block using scripttag in vintage theme #1183

Closed sajid-ali-dev closed 2 years ago

sajid-ali-dev commented 2 years ago

Hello, Can anybody help me.

i am get stuck on integrating scripttag in shopify app for vintage theme basically the aim is that my app use theme-app-extension functionality for 2.0 theme and for vintage themes my app will use scripttag for app block. so i am done with theme-app-extension but stuck on scripttag below is the error i am getting after adding scripttag code in shopify-app.php file. The error i am getting right after install app.

Illuminate\Database\Grammar::parameterize(): Argument #1 ($values) must be of type array, int given, called in /home/

Note: i am done with permission for scripttag

Kyon147 commented 2 years ago

@Sajidali123 - the error is telling you the issue but without more context around your code it will be hard to provide any meaningful help.

Kyon147 commented 2 years ago

Closing as a stale issue, reopen if you still have the problem