Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/davidpeach/laravel-shopify-app-scaffolder
Quick-starting shopify app development in Laravel. Using Vue JS and Typescript too.
https://github.com/davidpeach/laravel-shopify-app-scaffolder
Last synced: 28 days ago
JSON representation
Quick-starting shopify app development in Laravel. Using Vue JS and Typescript too.
- Host: GitHub
- URL: https://github.com/davidpeach/laravel-shopify-app-scaffolder
- Owner: davidpeach
- Created: 2021-05-19T19:43:32.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-07-11T09:45:50.000Z (over 3 years ago)
- Last Synced: 2024-10-19T05:32:04.651Z (3 months ago)
- Language: PHP
- Homepage:
- Size: 47.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Laravel / Vue / Typescript Shopify App Scaffolder
Quick-starting shopify app development in Laravel. Using Vue JS and Typescript too.
Note: This is built on top of another package of mine: https://github.com/davidpeach/laravel-base-command.
## Installation
```bash
composer require --dev davidpeach/laravel-shopify-app-scaffolder
```## Before Usage
### Shopify Partner ID
One step will attempt to open a Chrome browser tab directly to Shopify Partners for you.To enable it to do so, please add your Shopify Partner id into you project's `.env` file:
```bash
# For example
SHOPIFY_PARTNERS_ID=12345
```you should also login to your partners account before running this command in order for it to oprn the correct page for you.
### Setup your local Nginx configuration
Set up your local nginx configuration for the app you are building, so that it is available at a valid local URL.You will also need a self-signed SSL certificate. This is a stipulation of Shopify and their Apps.
```bash
# Examples coming soon
```## Usage
Run the following command and follow the directions.
```bash
php artisan peach:shopify:scaffold
```