Can't connect Database Errors Created App via Laravel (PHP)

The Shopify App Template from GitHub of Shopify as https://github.com/Shopify/shopify-app-template-php

I always get the errors as screenshot when created Shopify App with the Instruction of Shopify

hi @HeisUser ,

Your server may fail to start because of the missing sqlite file in the storage directory.
Try creating an empty file named db.sqlite in you’re /web/storage directory from you’re project root

1 Like