gnikyt / laravel-shopify

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

Error with db when installing app on shopify #410

Closed stifboy closed 4 years ago

stifboy commented 4 years ago

I have installed laravel and laravel-shopify as per the instructions provided. However when I generate shopify install app link and try to install the app, I get the error

lluminate \ Database \ QueryException (42S02) SQLSTATE[42S02]: Base table or view not found: 1146 Table 'xxxx.shops' doesn't exist (SQL: select * fromshopswhere (shopify_domain= xxxx.myshopify.com) andnamespaceis null limit 1)

Screenshot - https://i.imgur.com/dFFcB5j.jpg

Laravel Framework 5.8.37 Php Version: 7.2

Kyon147 commented 4 years ago

Have you run the php artisan migrate to install the tables?

stifboy commented 4 years ago

Have you run the php artisan migrate to install the tables?

Thanks. This fixed it.