Git Product home page Git Product logo

laravel-stripe-ec's Introduction

laravel-stripe-EC

Laravelを使ったECサイト

カートに商品を入れて購入することができる。

決済代行サービスStripeを導入。 フロントはBlade使用。

urlはこちら https://github.com/massu-159/laravel-stripe-EC/

Stripe公式サイト

https://stripe.com/jp

環境変数

まずStripeにサインアップ。

.envファイルに変数設定。

STRIPE_PUBLIC_KEY=xxxxxxxxx
STRIPE_SECRET_KEY=xxxxxxxxx

アプリケーションの仕様

1. 仕様

  • カート
    • カートに商品を追加
    • カート内の商品を表示
    • カート内の商品数を変更
    • カート内の商品を削除
  • 商品
    • 商品一覧表示

2. 構成技術

  • php : "^7.3 | ^8.0"

  • composer : "2.0"

  • laravel : "^8.12"

  • stripe/stripe-php : "^7.75"

  • @fortawesome/fontawesome-free : "^5.15.2"

備考

ルーティングの一覧を表示するコマンド

php artisan route:list

laravel-stripe-ec's People

Contributors

massu-159 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.