Looking to hire Laravel developers? Try LaraJobs

laravel-store-receipt-validator maintained by mannysoft

Description
Laravel receipt validator for Apple iTunes, Google Play
Author
Last update
2018/04/28 10:16 (dev-master)
Links
Downloads
325

Comments
comments powered by Disqus

Validator

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