[1-2 cumle aciklama]
- PHP 8.2+
- Composer
- MySQL veya PostgreSQL
git clone https://github.com/sunstech/[REPO_ADI].git
cd [REPO_ADI]
composer install
cp .env.example .env
php artisan key:generate
php artisan migrate
php artisan serve
| Komut |
Aciklama |
php artisan serve |
Development server |
php artisan test |
Testleri calistir |
php artisan migrate |
Migration calistir |
composer install |
Bagimliliklari yukle |
- Framework: Laravel
- Dil: PHP 8.2+
- Frontend Build: Vite
- Test: PHPUnit
main - Production (sadece PR ile merge)
develop - Development
feature/xxx - Yeni ozellik
fix/xxx - Bug fix
feat(kapsam): yeni ozellik
fix(kapsam): hata duzeltme
docs(kapsam): dokumantasyon
refactor(kapsam): kod duzenleme
test(kapsam): test ekleme
- Trello: [Board linki]
- Slack: #proje-[ad]