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
Please login to continue.