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.
Tip
Build a Full Stack Application
Learn how to build a full stack application that uses Laravel MongoDB by following along with the Full Stack Instagram Clone with Laravel and MongoDB tutorial on YouTube.
Further Learning
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.