Initial laravel commit - #1
Merged
Merged
Conversation
composer create-project laravel/laravel shopify-app-php Add .idea and .vscode to .gitignore
Collaborator
|
We could probably commit this right away and remove things as another PR - that would help unblock getting started on the other tasks involving this repo! |
MuhammadFarag
marked this pull request as ready for review
April 30, 2021 01:50
Contributor
Author
|
@paulomarg Sure 👍 |
paulomarg
approved these changes
Apr 30, 2021
1 task
paulomarg
added a commit
that referenced
this pull request
Jun 6, 2022
Adapt to CLI 3 and use new FE as submodule
sinarahmany
added a commit
to sinarahmany/shopify-app-template-php
that referenced
this pull request
Jan 1, 2024
Hey there! I made a quick update to the README file. If you're installing the app using Shopify CLI with PHP and facing a white page on your dev store, just remember to add "HOST" to your .env file. This should fix the issue. Happy New Year! Laravel Log: Shopify\Utils::sanitizeShopDomain(): Argument Shopify#1 ($shop) must be of type string, null given, called in /home/andrea/projects/shopify/test4/routes/web.php on line 29 {"exception":"[object] (TypeError(code: 0): Shopify\\Utils::sanitizeShopDomain(): Argument Shopify#1 ($shop) must be of type string, null given, called in /home/andrea/projects/shopify/test4/routes/web.php on line 29 at /home/andrea/projects/shopify/test4/vendor/shopify/shopify-api/src/Utils.php:31) [stacktrace]
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Auto generated Laravel project. Follow up PRs would remove the sections of the code that we are not going to use.