mannysoft/laravel-store-receipt-validator

There is no license information available for the latest version (dev-master) of this package.

Laravel receipt validator for Apple iTunes, Google Play

Maintainers

Package info

github.com/mannysoft/laravel-store-receipt-validator

pkg:composer/mannysoft/laravel-store-receipt-validator

Statistics

Installs: 325

Dependents: 0

Suggesters: 0

Stars: 2

Open Issues: 1

dev-master 2018-04-28 08:16 UTC

This package is not auto-updated.

Last update: 2026-03-01 09:31:09 UTC


README

Laravel receipt validator for Apple iTunes, Google Play To publish the config settings in Laravel 5 use:

#Installation

Require this package with composer.

composer require mannysoft/laravel-store-receipt-validator:dev-master

After updating composer, add the ServiceProvider to the providers array in config/app.php

Mannysoft\StoreReceiptValidator\ServiceProvider::class,
php artisan vendor:publish --provider="Mannysoft\StoreReceiptValidator\ServiceProvider"
php artisan vendor:publish --provider="Mannysoft\StoreReceiptValidator\ServiceProvider" --tag="migrations"
php artisan migrate