Laravel's Database Query Builder provides a convenient, intuitive interface for creating and running database queries. It can be used to perform most database operations in your application and work on all supported database systems.
In this video, you will learn how to insert data into a database.