Install this package now to receive secure payments in your online store. Iyzico offers an easy and secure payment gateway.
- PHP: 8.1 or higher.
- Bagisto: v2.*
- Composer: 1.6.5 or higher.
- Run the following command
composer require codenteq/iyzico-payment-gateway
- Run these commands below to complete the setup
composer dump-autoload
WARNING
It will check existence of the .env file, if it exists then please update the file manually with the below details.
IYZICO_API_KEY=
IYZICO_SECRET_KEY=
IYZICO_BASE_URL=
- Run these commands below to complete the setup
php artisan optimize
- To ensure that your custom shipping method package is properly integrated into the Bagisto application, you need to register your service provider. This can be done by adding it to the
bootstrap/providers.php
file in the Bagisto root directory.
Webkul\Iyzico\Providers\IyzicoServiceProvider::class,
- Goto composer.json file and add following line under 'psr-4'
"Webkul\\Iyzico\\": "packages/Webkul/Iyzico/src"
- Run these commands below to complete the setup
composer dump-autoload
WARNING
It will check existence of the .env file, if it exists then please update the file manually with the below details.
IYZICO_API_KEY=
IYZICO_SECRET_KEY=
IYZICO_BASE_URL=
php artisan optimize
That's it, now just execute the project on your specified domain.
Iyzico Payment Gateway is always open for direct contributions. Contributions can be in the form of design suggestions, documentation improvements, new component suggestions, code improvements, adding new features or fixing problems. For more information please check our Contribution Guideline document.