skip to Main Content

I am using laravel in shopify for custom App development.
Laravel => 8
package => laravel/ossiset

I have used this link to install:

https://clickysoft.com/shopify-laravel-app-development/

I have installed it successfully and i have notice some strange behaviour with the APP using with Specific URL.

When i logged into my shopify admin account the URL is:

https://admin.shopify.com/store/[STORE NAME]/products?selectedView=all

When i switch to App and click on my APP to load. It will stop and shows the URL:

https://admin.shopify.com/store/[STORE NAME]/apps/[APP NAME]

The App is working on this URL:

https://[STORE NAME].myshopify.com/admin/apps/[APP NAME]

Now, I want APP should work on this URL:

https://admin.shopify.com

As this APP is with Laravel It is using BLADE engine.

Hope any help me to find a solution.
Thank you

2

Answers


  1. Chosen as BEST ANSWER

    I got the solution to this issue. So, what i made a mistake is i have install the old package which is abandoned. And try to make all the changes.

    https://github.com/Kyon147/laravel-shopify/wiki/Installation


  2. The package you are currently working on has been abandoned.
    I know how to fix this problem. Replace your current package with this one, then work on it.

    Official Doumentation:-
    https://github.com/Kyon147/laravel-shopify

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search