Starter Kit

Dokumantasyon Merkezi Documentation Hub

Bu site guncel docs/ iceriginden uretilir. Her sayfa statik HTML olarak yayinlanir ve dil secimi, liste gorunumu ve dark mode kalici olarak saklanir. This site is generated from the current docs/ content. Every page is published as static HTML, while language, list view, and dark mode are persisted.

Dil Language
Gorunum View
Tema Theme

Guncel Surum Current Version

Guncellenen dokumanlara gore yeniden uretilmis statik site A static site regenerated from the updated documentation

Mimari, bilesenler, composable'lar, yetki sistemi ve artisan komutlari simdi dogrudan guncel markdown kaynaklarindan alinmis icerikle yansitiliyor. Architecture, components, composables, authorization, and artisan commands now reflect the current markdown sources directly.

8 Toplam sayfa Total pages
TR / EN Dil secimi Language switch

Dokumanlar Documentation

Tum rehberler All guides

Architecture

Proje Dokumantasyonu Project Documentation

Bu proje; Laravel 12, Inertia.js v2, Vue 3, SSR, Passport API authentication ve paket destekli bir UI toolkit uzerine kurulu admin-oncelikli bir starter uygulamadir. This project is a Laravel 12 admin-first starter application with Inertia.js v2, Vue 3, SSR, Passport API authentication, and a package-backed UI toolkit.

Components

DataTable Bileseni DataTable Component

SkDatatable, admin panelde kullanilan paket tabanli tablo bilesenidir. SkDatatable is the package-powered table component used throughout the admin panel.

Components

FormBuilder Bileseni FormBuilder Component

SkForm, FB ile uretilen fluent konfigurasyona gore dinamik formlar olusturur. SkForm renders dynamic forms from a fluent configuration built with FB.

Components

Tabs Bileseni Tabs Component

SkTabs, TB ile kurulan tipli konfigurasyona gore yatay veya dikey sekme duzenleri olusturur. SkTabs renders horizontal or vertical tab layouts using a typed config built with TB.

Components

UI Bilesenleri UI Components

Bu proje, PrimeVue uzerine kurulu birkac ortak UI yardimcisi kullanir. This project uses a small set of global UI helpers on top of PrimeVue.

Composables

Composable Fonksiyonlari Composables

Proje composable'lari resources/js/composables/ altinda yer alir ve @/composables uzerinden tekrar export edilir. Project composables live under resources/js/composables/ and are re-exported from @/composables.

Authorization

Roller ve Yetkiler Roles & Permissions

Bu proje, spatie/laravel-permission paketini config/permission-resources.php icindeki config tabanli ek katmanla birlikte kullanir. This project uses spatie/laravel-permission with an additional config-driven layer stored in config/permission-resources.php.

Artisan

Artisan Komutlari Artisan Commands

Bu belge, uygulama icinde gunluk kullanim icin dusunulmus proje-seviyesi Artisan komutlarini aciklar. This document covers the project-level Artisan commands that are intended for everyday use inside this application.