Scaffolding shopify apps with often repeated steps
davidpeach/laravel-shopify-app-scaffolder is a Laravel package for scaffolding shopify apps with often repeated steps.
It currently has 0 GitHub stars and 16 downloads on Packagist (latest version v1.0).
Install it with composer require davidpeach/laravel-shopify-app-scaffolder.
Discover more Laravel packages by davidpeach
or browse all Laravel packages to compare alternatives.
Last updated
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.
composer require --dev davidpeach/laravel-shopify-app-scaffolder
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:
# 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.
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.
# Examples coming soon
Run the following command and follow the directions.
php artisan peach:shopify:scaffold