Author: 永夜
-
Post Views: 16 1. Check the Scripts section in Composer.json. as shown in Figure 1 2. When executing the command: composer install, only the commands under the pre-autoload-dump and post-autoload-dump parts are executed. as shown in Figure 2 3. The first command to execute google\task\composer::cleanup belongs to the command event: pre-autoload-dump. This event fires before the autoloader is dumped, either…
-
Post Views: 15 1. When executing php artisan package:discover –ansi, the error: please install the elasticsearch php client: Elasticsearch/Elasticsearch. as shown in Figure 1 2. The reason is that the package tamayo/laravel-scout-elastic needs to install Elasticsearch/elasticsearch. However, before executing the command composer require nuwave/lighthouse, the command is also executed: php artisan package:discover –ansi, no error is reported. as shown in…
-
Post Views: 63 1. Execute the command: git pull origin feature/theme-store –rebase, use the base operation 2. Run git stash push, storage and modification. 3. Execute the base command again 4. Run git stash pop to apply the storage and immediately throw it away from the stack. There is a conflict between the merge code. 5. In TortoiseGit, git submits,…
-
Post Views: 51 1. Run git status, you can see the status of changes: 2. In TortoiseGit, git commits, which is consistent with the results of git status. as shown in Figure 1 3. Now I want to switch branches, but I don’t want to submit the previous work; so the storage modification pushes the new storage to the stack,…
-
Post Views: 16 1. Click the anchor point in the Markdown document to jump to the corresponding position. as shown in Figure 1 2. In phpstorm, open the editor. When the mouse is placed on #1-overview, it prompts: The targeting tag #1-overview cannot be resolved. as shown in Figure 2 3. When entering #1, the IDE will be completed automatically,…
-
Post Views: 15 1. In the online store related pages in the Shopify background, prompt: WebSocket Connection towss://argus.shopifycloud.com/graphql?bucket_id=gid://shopify/shop/62755799275Failed: WebSocket is closed before the connection is established. as shown in Figure 1 2, resulting in the page being loaded all the time. There is no solution for the time being. The temporary solution to come up is to open the page…
-
Post Views: 19 1. In Shopify, the current domain name is: xxx-wangqiang.myshopify.com. as shown in Figure 1 2. On the Settings > domain name page, connect the existing domain name, and make your store easy to remember and easy to find through custom domain names. as shown in Figure 2 3. Set the domain name to: xxx-wangqiang-shopify.shuijingwanwq.com, as shown in…
