Ö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%
Ö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ıç
- Bağımlılıklar
composer install
npm install
- 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
- 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/>.