Mükemmel Proje! Seni yürekten tebrik ediyorum.

<?php

return [
'paytr' => [
'api_id' => '--api-id--',
'api_key' => '--api-key--',
'api_secret' => '--api-secret--',
'sandbox' => true,
'debug' => true,
'success_url' => 'http://localhost/pay-success',
'failed_url' => 'http://localhost/pay-failed',
],
];