Chapter 4. Storing and Using Data
In this chapter, we will cover:
Creating data tables using migrations and schemas
Querying using raw SQL statements
Querying using Fluent
Querying using Eloquent ORM
Using automatic validation in models
Using advanced Eloquent and relationships
Creating a CRUD system
Importing a CSV using Eloquent
Using RSS as a data source
Using attributes to change table column names
Using a non-Eloquent ORM in Laravel