paymentapi / payment
Payment API.
Installs: 6
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Language:JavaScript
Requires
- php: ~5.5|~7.0
- illuminate/support: ~5.1
- laravelcollective/html: 5.2.*
- propaganistas/laravel-phone: ~2.0
This package is not auto-updated.
Last update: 2024-11-01 19:41:21 UTC
README
This is currency converter package. Just install and use it. Welcome!)
Install
Via Composer
-
composer.json add to require : "converter/test": "dev-master"
Run: composer update
-
config app.php
Add to 'providers' => [
Ivanchenko\Payment\PaymentServiceProvider::class, Collective\Html\HtmlServiceProvider::class, App\Providers\EventServiceProvider::class, App\Providers\RouteServiceProvider::class, ... Propaganistas\LaravelPhone\LaravelPhoneServiceProvider::class,
Add to 'aliases' => [
'Form' => Collective\Html\FormFacade::class, 'Html' => Collective\Html\HtmlFacade::class,
-
app\Http\routes.php
comment Route::get('/' ... and routes which overrides if you have the same
Route::post('/payment-success'... Route::post('/validate/payment' ....
});
-
Run :
php artisan vendor:publish --tag=public --force
Contributing
Please see CONTRIBUTING and CONDUCT for details.
Security
If you discover any security related issues, please email :author_email instead of using the issue tracker.