Skip to content

V2 of Shopify Product Importer, built using React on Laravel

Notifications You must be signed in to change notification settings

robwittman/laravel-shopify-uploader

Repository files navigation

Shopify Admin Skeleton App

Template for Shopify Admin applications, built using Laravel, and Shopify Polaris

Installation

  1. Pull down the repository.
git clone https://github.com/robwittman/laravel-skeleton-app
  1. Plug your app credentials and settings into config/shopify.php.

  2. Migrate the database, run seeds, and update configuration

php artisan migrate
php artisan db:seed
php artisan config:cache
  1. Visit the application, and go to /shopify/install. This loads a view where you can input a store name, and test the install!

Design

The app is designed for the development of small applications. The Embedded Shopify app is loaded at /app, an admin panel is located at /admin, /api serves API / AJAX requests, and any other routes would utilize the main site layout, useful for landing pages, FAQS, etc.

About

V2 of Shopify Product Importer, built using React on Laravel

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published