Introduction
One of the backbones of any web application is the use and manipulation of data. Laravel comes with many handy ways to interact with databases and display their information. In this chapter, we'll begin with some simple database interactions. Then we'll use other, non-databases for our data source, and then work on some customizations for our Laravel application.