Database: Getting Started

Database: Getting Started

Introduction

Laravel makes interacting with databases extremely simple across a variety of database backends using either raw SQL, the fluent query builder, and the Eloquent ORM. Currently, Laravel supports four databases:

  • MySQL
  • Postgres
  • SQLite
  • SQL Server
doc_Laravel
2016-11-02 16:13:57
Comments
Leave a Comment

Please login to continue.