Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 508 Bytes

README.md

File metadata and controls

21 lines (11 loc) · 508 Bytes

ORM Örnekleri

Anlatım videosuna https://www.youtube.com/watch?v=ZT7dR9d1Uos adresinden ulaşabilirsiniz.

Gereksinimler

- php >=7.1

Kurulum

git clone [email protected]:mahmutbayri/eloquent-orm-tutorial.git
cd eloquent-orm-tutorial
composer install

Proje Görüntüleme

Projenizin bulundığı klasörde aşağıdaki komutu yazdıktn sonra web tarayıcınızdan http://localhost:9800/relations adresine giderek örnekleri görebilirsiniz.

php -S 0.0.0.0:9800