6
1
Fork
You've already forked bagis
1
Özgür Yazılım Derneği'nin bağış sistemi. https://bagis.oyd.org.tr
  • PHP 70.1%
  • Blade 29.5%
  • CSS 0.2%
  • JavaScript 0.2%
2025年08月14日 19:24:22 +03:00
app fix: Mobile device issues 2025年08月14日 18:34:19 +03:00
bootstrap fix: CSRF issue 2025年08月14日 16:34:02 +03:00
config feat: integrate iyzico payment gateway with hosted checkout 2025年08月14日 16:15:42 +03:00
database first commit 2025年08月14日 11:41:47 +03:00
public feat: Add favicon 2025年08月14日 18:18:27 +03:00
resources hotfix: Syntax erro 2025年08月14日 18:43:49 +03:00
routes fix: CSRF issue 2025年08月14日 16:34:02 +03:00
storage first commit 2025年08月14日 11:41:47 +03:00
tests fix: Mobile device issues 2025年08月14日 18:34:19 +03:00
.gitignore fix: CSRF issue 2025年08月14日 16:34:02 +03:00
artisan first commit 2025年08月14日 11:41:47 +03:00
composer.json first commit 2025年08月14日 11:41:47 +03:00
composer.lock first commit 2025年08月14日 11:41:47 +03:00
deploy_check.php fix: CSRF token exclusion, callback route flexibility, and enhanced logging 2025年08月14日 16:44:58 +03:00
LICENSE lic: add license 2025年08月14日 19:23:21 +03:00
package.json first commit 2025年08月14日 11:41:47 +03:00
phpunit.xml first commit 2025年08月14日 11:41:47 +03:00
README.md update: Add license info 2025年08月14日 19:24:22 +03:00
test_email.php fix: CSRF token exclusion, callback route flexibility, and enhanced logging 2025年08月14日 16:44:58 +03:00
test_iyzico.php fix: CSRF token exclusion, callback route flexibility, and enhanced logging 2025年08月14日 16:44:58 +03:00
test_iyzico_methods.php fix: Iyzico payment result retrieval method calls 2025年08月14日 16:51:05 +03:00
vite.config.js fix: Vite issue 2025年08月14日 18:41:26 +03:00

Özgür Yazılım Derneği Bağış Yazılımı

Laravel Forge Site Deployment Status

bagis.oyd.org.tr adresinde barınan bağış yazılımı.

Hızlı Başlangıç

  1. Bağımlılıklar
composer install
npm install
  1. Ortam değişkenleri

.env oluşturun ve şu anahtarları doldurun:

APP_NAME="Dernek Bagis"
APP_URL=https://ornek.org
APP_LOCALE=tr
APP_FALLBACK_LOCALE=tr
MAIL_MAILER=smtp
MAIL_HOST=smtp.ornek.org
MAIL_PORT=587
MAIL_USERNAME=no-reply@ornek.org
MAIL_PASSWORD=supersecret
MAIL_ENCRYPTION=tls
MAIL_FROM_ADDRESS=no-reply@ornek.org
MAIL_FROM_NAME="Dernek Bağış"
ADMIN_EMAIL=bagis@ornek.org
IYZI_API_KEY=your_api_key
IYZI_SECRET_KEY=your_secret
IYZI_BASE_URL=https://sandbox-api.iyzipay.com
IYZI_THREE_D_THRESHOLD=500.00
PAYMENTS_DRIVER=iyzico
FEATURE_SUBSCRIPTIONS=false
HMAC_WEBHOOK_SECRET=change_me
RATE_LIMIT_DONATE=10
  1. Derleme ve çalıştırma
php artisan key:generate
php artisan migrate
npm run dev
php artisan serve

Kuyruk işleri için:

php artisan queue:work

Lisans

Özgür Yazılım Derneği Bağış Yazılımı
Copyright (C) 2025 Özgür Yazılım Derneği
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.