Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 726 Bytes

README.md

File metadata and controls

33 lines (22 loc) · 726 Bytes

TR:

Note

Bu proje eski bir projedir. Sadece güncelleme yapılmaktadır.

Kullanım amacı:

Laravel 9 kullanılarak Giriş, Kayıt olma ve Çıkış işlemleri, Ürün kaydetme, detay, güncelleme ve silme (CRUD) işlemlerini gerçekleştirir.


Kullanım için sırayla:

composer update
cp .env.example .env
php artisan migrate
php artisan serve

EN:

Note

This is an old project. Only updates are being made.

Intended Use:

Performs Login, Register and Logout operations, Product registration, detail, update and delete (CRUD) operations using Laravel 9.


For usage, follow these steps:

composer update
cp .env.example .env
php artisan migrate
php artisan serve