Skip to content

jfernancordova/laravel-stripe

Repository files navigation

Laravel-Stripe with Social and Email Authentication

License

Aplication that allows for users to subscribe with Stripe and Social Authentication.

Documentation

Setup

~ composer update
~ php artisan migrate
  1. Stripe API Keys: Provide your Publishable Key and Secret Key.
    .env File:
    
    STRIPE_KEY=
    STRIPE_SECRET=

1.1) Stripe Example: alt text

  1. Manage your Plans (Test Data): alt text

  2. Social Authentication:

    .env File:
    
    FB_ID=
    FB_SECRET=
    FB_REDIRECT=
    
    STRIPE_KEY=
    STRIPE_SECRET=
    
    TW_ID=
    TW_SECRET=
    TW_REDIRECT=
    
    GOOGLE_ID=
    GOOGLE_SECRET=
    GOOGLE_REDIRECT=
    
    GITHUB_ID=
    GITHUB_SECRET=
    GITHUB_REDIRECT=
    
  1. Confirm Email:
    .env File:
    
    ACTIVATION=true

Releases

No releases published

Packages

No packages published

Languages