Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dernek Kitap Yönetim Sistemi

Laravel 12 + Filament 3 ile geliştirilmiş, tam Türkçe dernek kitap satış / gelir-gider takip paneli.

Canlı adres: https://kitap.kurtulum.com

Sunucu Kurulumu

git clone <repo-url> kitap
cd kitap
composer install --no-dev --optimize-autoloader
cp .env.example .env
php artisan key:generate

.env içinde veritabanı bilgilerini doldurun:

APP_URL=https://kitap.kurtulum.com
DB_CONNECTION=mysql
DB_DATABASE=kitap
DB_USERNAME=...
DB_PASSWORD=...

Ardından:

php artisan migrate --seed --force
php artisan storage:link
php artisan config:cache
php artisan route:cache
php artisan view:cache

Web sunucusunun public/ klasörünü document root olarak ayarlayın. Domain: kitap.kurtulum.com

Giriş Bilgileri

Adres https://kitap.kurtulum.com/login
E-posta admin@kurtulum.com
İlk şifre Kurtulum2026!

Şifreyi Ayarlar sayfasından değiştirebilirsiniz (/settings).

Önemli (Canlı Sunucu)

Document root mutlaka public/ olmalı.

git clone https://github.com/valdrav/kitap.git
cd kitap
composer install --no-dev --optimize-autoloader
cp .env.example .env
nano .env   # APP_URL, DB_* ayarla
php artisan key:generate
php artisan migrate --seed --force
php artisan storage:link
php artisan optimize:clear
php artisan config:cache
php artisan route:cache

Güncelleme:

bash deploy.sh

/ adresi otomatik /login ekranına yönlendirir. Kökte hâlâ "Let's get started / Laravel" görüyorsanız proje klasörü yanlış deploy edilmiş veya composer install yapılmamıştır.

Yerel Geliştirme

composer install
cp .env.example .env
php artisan key:generate
# SQLite için: DB_CONNECTION=sqlite ve database/database.sqlite oluşturun
php artisan migrate --seed
php artisan storage:link
php artisan serve

Özellikler

  • Bölge bazlı kitap satışı kaydı
  • Kargo durum takibi
  • Kitap ekleme / fiyat / stok / kapak görseli
  • Gelir, gider ve net kar analizi
  • Dashboard grafikleri ve detaylı raporlar
  • Ayarlar: e-posta ve şifre değiştirme
  • Karanlık / aydınlık tema
  • Tamamen Türkçe arayüz

About

Dernek Kitap Yönetim Sistemi - kitap.kurtulum.com

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages