Next Steps
Congratulations on completing the Quick Start tutorial!
After you complete these steps, you have a Laravel web application that uses the Laravel MongoDB package 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:
Connections: 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.