LoginSignup
0
4

More than 3 years have passed since last update.

Amazon SP-API用Laravel8環境を作成してみた(まだ途中)

Last updated at Posted at 2021-03-13

1.まずは爆速で、Laravel環境をローカルに作成する

2.ローカル環境のphpをphp8にする

※補足で、Dockerfileのfpm-busterも7.48.0変更をしてください。

# Before
FROM php:7.4-fpm-buster
↓
# After
FROM php:8.0-fpm-buster

変更が終わったら、再ビルドしましょう↓

% docker-compose up -d --build

composer install とか update でこんなうざいのが出たら...↓

3.Amazon SP-APIのComposerをインストール

% composer require clousale/amazon-sp-api-php

バージョンの互換性に関する詳細は下記より確認してください

0
4
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
4