| Package Data | |
|---|---|
| Maintainer Username: | mannysoft |
| Maintainer Contact: | manny.isles@gmail.com (Manny Isles) |
| Package Create Date: | 2017-07-20 |
| Package Last Update: | 2018-04-28 |
| Language: | PHP |
| License: | Unknown |
| Last Refreshed: | 2025-10-27 15:01:31 |
| Package Statistics | |
|---|---|
| Total Downloads: | 324 |
| Monthly Downloads: | 0 |
| Daily Downloads: | 0 |
| Total Stars: | 2 |
| Total Watchers: | 1 |
| Total Forks: | 1 |
| Total Open Issues: | 1 |
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