Database: Getting Started

Database: Getting Started

Introduction

Laravel makes connecting with databases and running queries extremely simple across a variety of database back-ends using either raw SQL, the fluent query builder, and the Eloquent ORM. Currently, Laravel supports four database systems:

  • MySQL
  • Postgres
  • SQLite
  • SQL Server

Configuration

Laravel makes connecting with databases and running queries