Work with databases in Laravel: migrations, Eloquent ORM, and forms.
Join the AI Workshop and learn to build real-world apps with AI. A hands-on, practical program to level up your skills.
Laravel makes working with databases simple and intuitive. Using Eloquent ORM and migrations, you can define your database schema in code and interact with your data using expressive PHP syntax.
In this section you’ll learn how to connect databases, create migrations, and use forms to store and retrieve data.