For AI agents: a documentation index is available at https://www.mongodb.com/docs/llms.txt — markdown versions of all pages are available by appending .md to any URL path.
Docs Menu

Next Steps

Congratulations on completing the Quick Start tutorial!

After you complete these steps, you have a Laravel web application that uses Laravel MongoDB to connect to your MongoDB deployment, run a query on the sample data, and render a retrieved result.

You can download the web application project by cloning the laravel-quickstart GitHub repository.

Learn more about Laravel MongoDB features from the following resources:

  • Connection Guide: learn how to configure your MongoDB connection.

  • Usage Examples: see code examples of frequently used MongoDB operations.

  • Eloquent Models: use Eloquent model classes to work with MongoDB data.

  • Query Builder: use the query builder to specify MongoDB queries and aggregations.