Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 689 Bytes

chapter.md

File metadata and controls

15 lines (11 loc) · 689 Bytes
title metadata taxonomy
Database
description
UserFrosting uses Laravel's Eloquent component to provide a convenient abstraction layer on top of your database.
category
docs

Chapter 12

The Database and ORM Layer

UserFrosting uses Laravel's Eloquent component to provide a convenient abstraction layer on top of your database. This allows you to quickly manipulate the database from within your controllers without needing to write tedious, repetitive queries each time.

We also discuss how to create database migrations, allowing you to easily set up your database tables and default values in various environments.