Skip to content

adityahalim/laravel-shopify-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

adityaaditya
aditya
and
aditya
Dec 27, 2022
4cf0fb9 · Dec 27, 2022

History

3 Commits
Dec 27, 2022
Dec 27, 2022
Dec 27, 2022
Dec 27, 2022
Dec 27, 2022
Dec 27, 2022
Dec 27, 2022
Dec 27, 2022
Dec 27, 2022
Dec 27, 2022
Dec 27, 2022
Dec 27, 2022
Dec 27, 2022
Dec 27, 2022
Dec 27, 2022
Dec 27, 2022
Dec 27, 2022
Dec 27, 2022
Dec 27, 2022
Dec 27, 2022

Repository files navigation

Laravel Shopify

Simple code example for integration into Shopify.

Requirements

  • PHP 8.1
  • Laravel 9
  • Composer

Usage

Clone the repo:

git clone https://github.com/adityahalim/laravel-shopify-api.git
cd laravel-shopify-api

Install the dependencies:

composer install

Set the environment variables:

cp .env.example .env
# copy then open .env and modify the environment variables (if needed)

Running Program:

php artisan serve

Set credentials

in your .env file set these values from your app
SHOPIFY_ACCESS_TOKEN=your-shopify-access-token
SHOPIFY_DOMAIN=your-shopify-domain
SHOPIFY_API_VERSION=admin-api-version \

About

A Simple Code for Shopify REST Api for Laravel

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published