Instagram Benzeri Sosyal Medya
cPanel Hosting'e Uyumlu

Laravel 11 + Bootstrap 5 Web + Expo React Native Mobil. WebSocket yok, HTTP polling var. FFmpeg yok, client-side thumbnail. Tam全能 çözüm!

Web iOS Android
Keşfet

Teknoloji Stack

Laravel 11 MariaDB 11.4 Bootstrap 5 Livewire 3 Expo RN Sanctum

Özellikler

Auth & Profil

Kayıt/giriş, e-posta doğrulama, avatar, bio, public/private hesap

Post & Feed

Foto/video, çoklu medya, caption, hashtag/mention, takip akışı

DM (Polling)

Birebir + grup, read receipts, 2-5sn polling, incremental fetch

Story & Reels

24saat story, viewers, reels 90sn, dikey akış

Sistem Mimarisi

Web
Bootstrap 5 + Livewire
Mobile
Expo React Native
Laravel 11 API
Sanctum Auth • Scheduler + Cron Queue • Media Storage
MariaDB 11.4
HTTPS/REST API DM'ler için WebSocket yerine HTTP polling (after_id cursor) Video thumbnail'ı client-side üret

API Endpoint'leri

Auth
POST /api/register
POST /api/login
POST /api/logout
POST /api/email/verify
POST /api/forgot-password
POST /api/reset-password
Feed & Posts
GET /api/feed?page=1
GET /api/posts/{id}
POST /api/posts
DELETE /api/posts/{id}
POST /api/posts/{id}/like
POST /api/posts/{id}/comments
DM (Polling)
GET /api/conversations
GET /api/conversations/{id}/messages?after_id=123
POST /api/messages
POST /api/messages/{id}/read
GET /api/unread-count
Stories & Reels
GET /api/stories/feed
POST /api/stories
POST /api/stories/{id}/view
POST /api/stories/{id}/reply
GET /api/reels
GET /api/reels/{id}/next

cPanel Deploy Rehberi

1
Dosyaları Upload Et

Laravel projesini public_html altına upload et (public → public_html)

2
.env Ayarla

DB_URL, APP_URL, file sistemi ayarlarını yapılandır

3
Storage Link

php artisan storage:link

4
Cron Job

* * * * * php artisan schedule:run

5
Queue Worker

* * * * * php artisan queue:work --stop-when-empty

6
Optimize

config:clear, cache:config, route:clear