Skip to content

Shopify starter app with Tailwind and Alpine.js admin ready.

Notifications You must be signed in to change notification settings

Hujjat/laravel-shopify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Example Shopify PHP app

Starting the App

laravel-shopify-app

Environment variables

Make sure that you have a .env file. You can look at .env.example and .env.testing for inspiration. `.env file must contain the following environment variables

  • SHOPIFY_API_KEY
  • SHOPIFY_API_SECRET
  • SCOPES
  • HOST

Start laravel

php artisan serve

Serving React

Make sure to run npm install before running the application.

npm run watch

Check Laravel Docs: Running Mix for more information

Running tests

composer install
composer test

About

Shopify starter app with Tailwind and Alpine.js admin ready.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages