Laravel mongodb tutorial. We are going to Configure Laravel Project.
Laravel mongodb tutorial. com#Laravel #Laravel9Personal Website: http.
Laravel mongodb tutorial This Laravel tutorial series covers the various features of Laravel and guides you to learn the Laravel PHP framework to make web development easier. Laravel MongoDB Tutorial. Nov 1, 2023 · Join Hubert Nguyen, a leading expert in the PHP/Laravel and MongoDB landscape, as he walks you through the intricacies of leveraging MongoDB within a PHP/Laravel back-end service. Atlas Documentation Get started using Atlas Server Documentation Learn to use MongoDB Start With Guides Get step-by-step guidance for key tasks Jul 16, 2022 · kosongkan DB_USERNAME DB_PASSWORD jika settingan mongodb tidak perlu autentikasi user, kondisi ini karena saya menggunakan mongodb di local pc saya dengan settingan tanpa username dan password jika teman - teman dengan settingan autentikasi sepeti contonya membuat konelsi ke mongodb. com/ The Laravel Integration supports the following cross-database relationship methods: hasOne() hasMany() belongsTo() To define a cross-database relationship, you must import the MongoDB\Laravel\Eloquent\HybridRelations package in the class stored in the relational database. composer create-project--prefer-dist laravel/ laravel laravelmongodb Step 2: Configure MongoDB Database. This promises to be an informative, hands-on session for PHP Developers of all experience levels. MongoDB Driver; Starting a MongoDB Server; Install the Laravel MongoDB Package; Configuration; Features; Introduction. This package extends methods in the PHP Laravel API to work with MongoDB as a datastore in your Laravel application. Introduction; Installation. Get Connection String URI. 2 and a MongoDB Atlas cluster account. Set the variable value to your Atlas connection string. Laravel is the most popular framework of php. Then you created a new Laravel Lumen application and integrated MongoDB into it so it could interact with clusters and collections. Reload to refresh your session. The Laravel Integration allows you to use Laravel Eloquent and Query Builder syntax to work with your MongoDB data. Install the Laravel project; Install the MongoDB package; Configure MongoDB; MongoDB Laravel CRUD Example. Proceed to install the package using the command below: In this Laravel mongoDb tutorial video we will learn how to start with laravel mongoDb with simple example and we know step by step . com/anisul-Islam/mongodb-documentation ️ In this video, I will discuss what MongoDB is and how to create, drop Jan 8, 2020 · If you’re storing data in MongoDB, you may want your Laravel apps to interact with your database. Download Laravel 11 E-commerce Website with MongoDB (Part 1 to 100) :- Login to Download. This is a brief tutorial that explains the basics of Laravel framework. The MongoDB extension for PHP has been around since 2015, and thanks to the official mongodb/laravel-mongodb package, it’s now even easier to integrate MongoDB with Laravel. It is compatible with Laravel 10. com/jenssegers/laravel-mon Sep 5, 2024 · Practice with PHP: Mastering PHP/Laravel with MongoDB Atlas Join Hubert Nguyen, a leading expert in the PHP/Laravel and MongoDB landscape, as he walks you through the intricacies of leveraging MongoDB within a PHP/Laravel back-end service. x. I need to fetch some fields from user collection ( usrFirstname, usrLastname, usrEmail) and all fields from booking collection. " Send the JSON payload to the endpoint as a POST request by running the following command in your shell: Nov 28, 2022 · The PHP driver’s high-level encapsulation is the MongoDB PHP Library. MongoDB uses JavaScript as query language. Using MongoDB with Laravel. To add your MongoDB DSN to your Laravel application, make the following changes: Add the DSN as an environment variable in your project's . com/playlist?list=PLLUtELdNs2ZYNq7oMRBFMbG6eqQ6KQKLrIn Part-7 of the Laravel MongoDB Tutorial Jan 9, 2024 · Discover our collection of video content for MongoDB so you can get our tips and tricks, learn new ideas, and get the latest updates on MongoDB Developer Center! Explore Developer Center's New Chatbot! Oct 25, 2024 · Laravel Herd has added native MongoDB support, making it super easy to integrate MongoDB into your Laravel applications. Nov 3, 2022 · Laravel MongoDB Tutorial | Laravel MongoDB CRUD | Laravel With MongoDB | MongoDB Laravel TutorialFor Latest Bloghttps://www. Asking for help, clarification, or responding to other answers. php file, which contains a Movie model to represent documents in the movies collection Starting in Laravel MongoDB v5. com maka isikan usename dan passwordnya konfigurasi mongodb teman teman. 6 application, we will set the name of the database, username, and password to perform the CRUD operation. Step 1: Install the repository. This stream is part of the Practice with PHP event week at MongoDB. Laravel was created by Taylor Otwell. What is MongoDB? Feb 8, 2024 · Combining MongoDB with Laravel can provide developers with a robust and efficient solution for building modern web applications. laravel better than another PHP framework because it handles the command base. mongo > use laravel_11_mongodb > db. Using MongoDB with Laravel, We can use same eloquent functionality such as : first, all, get, take, skip, where, orWhere, whereIn, whereBetween, whereNull, orderBy, distinct etc. 4. This package was renamed to mongodb/laravel-mongodb because of a transfer of ownership to MongoDB, Inc. In this tutorial, you briefly learned what MongoDB is and its advantages for developing large-scale applications; including fast data queries and document-based data storage. - mooole/sanctum-mongodb "plot": "This movie entry was created by running through the Laravel MongoDB Quick Start tutorial. Getting Started with Laravel and MongoDB. We need to install the Laravel MongoDB package and also do a little configuration in config/database. Download MongoDB PHP Driver. com/playlist?list=PLLUtELdNs2ZYTn3ft4BMaAilhZJYLMs9dThis is Part 2 of the Laravel 11 Tutorial in whic Jan 4, 2016 · I need to create CRUD Laravel 5 application using MongoDB as a database. MongoDB is a document database. The installation procedures for MongoDB on the Laravel project. #Resources To run the code examples in this guide, complete the Quick Start tutorial. Provide details and share your research! But avoid …. The article mentions Aug 26, 2021 · Laravel does not come with native support for MongoDB. It’s easy to configure Laravel to work with MongoDB; once you have everything set up, you can perform a variety of database operations from your scripts. com/playlist?list=PLLUtELdNs2ZYTn3ft4BMaAilhZJYLMs9dThis is Part 3 of the Laravel 11 Tutorial in whic When you use jenssegers/laravel-mongodb and you insert an object (document), the deteted_at field is not created. com/playlist?list=PLLUtELdNs2ZYNq7oMRBFMbG6eqQ6KQKLrIn Part-3 of Laravel MongoDB Tutorial, we Mar 25, 2024 · Welcome to the Laravel 11 Tutorial in which we will create an e-commerce website with Laravel 11 and MongoDB. After complete installation, we will make database mongodb configuration for example database name, username, password etc for our crud application of laravel 5. MongoDB is an open-source, cross-platform, document-oriented NoSQL database used for high volume data storage. 0. Mar 15, 2020 · In this article, we will explain to you how to create crud with mongodb in laravel 7(Laravel 7 MongoDB CRUD Tutorial Example). In this tutorial, we'll learn how to integrate MongoDB with Laravel. MongoDB has a pre-defined structure that can be defined and adhered to, but also, if you need different documents in a collection, it can have different structures. Mar 6, 2024 · Laravel MongoDB Tutorial Complete Playlist: https://www. Here's a general structure of how MongoDB works with Laravel Eloquent: Notice: Remember that you need the PHP MongoDB extension to be installed and enabled. Check out the Herd Documentation on this feature that allows you to quickly spin up a local MongoDB instance and install the MongoDB PHP extension directly within Herd. You may also try the Laravel Bootcamp , where you will be guided through building a modern Laravel application from scratch. env environment configuration file. Step 4: Configure Laravel to Use MongoDB. The following sections explain how to add Laravel Eloquent ORM behaviors to Laravel MongoDB models: Feb 5, 2022 · Welcome to Part 2 of this quick start guide for MongoDB and PHP. In order to use MongoDB with Laravel, some configurations and libraries are required to successfully integrate the two. Let's create a simple REST back end for a front-end app and go over aspects of MongoDB that might be new. NoSQL (MongoDB) seems quite unpopular on Laravel, not because no one cares, but because not many people are going to use Mongo over SQL since SQL is already embedded into Laravel and provides a great experience for newcomers to understand how Laravel works with databases. In this article, we will see the laravel 9 MongoDB crud operation tutorial. Request a Oct 28, 2022 · Laravel Mongodb Connection | How to Connect Mongodb With Laravel | Laravel With Mongodb | MongodbFollow Link (Tutorial)https://www. You signed in with another tab or window. Table of Contents. Refer to the upgrade guide to handle the breaking changes. In this article, I'll walk you through the entire process of setting up Laravel with MongoDB and using it as a drop-in replacement for your existing database management 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. Laravel has the most extensive and thorough documentation and video tutorial library of all modern web application frameworks, making it a breeze to get started with the framework. To run the code examples in this guide, complete the Quick Start tutorial. Access the Source Code: Laravel Example (Used in this Learning Byte) Laravel-MongoDB Tutorial. In this Learning Byte, a MongoDB expert will introduce you to the Laravel and MongoDB integration, a pairing that allows you to leverage MongoDB's document-based structure with PHP and Laravel's ORM syntax. 1 Update the Database Configuration Laravel 11 Tutorial (with MongoDB): https://www. A record in MongoDB is a document, which is a data structure composed of key value pairs similar to the structure of JSON objects. The master repo has all the code, but we also have a starter branch if you want to follow the project from scratch and build the migrations etc. Go to your project directory, And then command, Jan 1, 2020 · Introduction. For more information on using Laravel with MongoDB: Review the documentation on the Laravel MongoDB package; Read about the MongoDB Laravel Integration In this article, we will see the laravel 9 MongoDB crud operation tutorial. Apabila kalian belum install mongodb kalian bisa mengunjungi tutorial ini Cara install MongoDB dan Compass GUI di Windows dan kalian juga perlu melakukan konfigurasi mongodb driver dengan xampp, untuk tutorialnya silahkan kunjungi Cara Melakukan Konfigurasi MongoDB driver dengan PHP di XAMPP In Laravel MongoDB Tutorial, first we will take complete overview of MongoDB and connect with Laravel. We will further do CRUD functionality and later on bui Step 3: In this step, we are going to perform MongoDB Database Configuration. Oct 24, 2023 · We recently published a tutorial that explains how to use MongoDB inside a Laravel app. If you’re just getting started with MongoDB PHP projects, we have a tutorial on how to build a Laravel + MongoDB back end service and documentation for the library. Laravel is a PHP web-application framework using a refined syntax that is designed to make the common tasks of authentication, routing and caching simpler. Laravel Tutorial - Laravel is a powerful MVC PHP framework, designed for developers who need a simple and elegant toolkit to create full-featured web applications. insert( { "name": "laravel 11 crud This package adds functionalities to the Eloquent model and Query builder for MongoDB, using the original Laravel API. com/playlist?list=PLLUtELdNs2ZYNq7oMRBFMbG6eqQ6KQKLrWelcome to Laravel MongoDB Tutorial in wh In this article, we will see the laravel 9 MongoDB crud operation tutorial. 1 Update the Database Configuration Download Complete Laravel 11 E-commerce Website with MongoDB (Part 1 to 133) :- Login to Download. I am Asp. Oct 10, 2023 · I have a laravel 10 application using a mongoDB database, i am creating an API end point to generate token for users in collection api_users. php file, which contains a Movie model to represent documents in the movies collection Dec 27, 2023 · To use MongoDB with Laravel framework, check out the latest release of this library, which added support for Laravel 10 - Laravel MongoDB 4. ⭐⭐⭐ Oct 1, 2024 · These providers are no longer necessary, as MongoDB\Connection is now fully compatible with Laravel’s classes. js API. This package enables Laravel applications to use MongoDB with Eloquent, Laravel’s ORM, and provides integration for caching, queued jobs, and file storage with GridFS. com/post/mongodb Sep 4, 2023 · Hi teman-teman, di kelas ini kita akan belajar salah satu database NoSQL berbasis document yang paling populer, yaitu MongoDBSlide : https://docs. Benefits of Using Laravel With MongoDB Atlas; Setting Up and Configuring Your Laravel Project. 0: Major Release With Exciting New Features! Tutorial How To Build a Laravel + MongoDB Back End Service. comLearn how to filter, paginate and sort using Laravel & MongoDB APIs. In the previous article, I walked through the process of installing, configuring, and setting up PHP, Apache, and the MongoDB Driver and Extension so that you can effectively begin building an application leveraging the PHP, MongoDB stack. We are going to Configure Laravel Project. php file, which contains a Movie model to represent documents in the movies collection Apr 13, 2021 · You signed in with another tab or window. It is based on the original MongoDB article here. In our Laravel 5. net developer new to Laravel but don't know how to use mongoDB with it. Mar 9, 2022 · In this video, we will learn about Laravel 9 MongoDB CRUDLaravel: https://laravel. com/playlist?list=PLLUtELdNs2ZYTn3ft4BMaAilhZJYLMs9dWelcome to the Laravel 11 Tutorial, where we'll c May 17, 2017 · I have two collections user & booking. Step 1: Install Laravel Project. You'll also learn how to integrate it into a simple Node. Sep 20, 2020 · Hello Friends, today we are going on how to create crud example in laravel 8 using mongoDB(Laravel 8 MongoDB CRUD Tutorial Example). We'll create a simple blog with authentication and posts management. com/playlist?list=PLLUtELdNs2ZYNq7oMRBFMbG6eqQ6KQKLrIn Part 2 of the Laravel MongoDB Tutorial Feb 21, 2024 · Laravel MongoDB Tutorial Complete Playlist: https://www. comMongoDB Packagehttps Nov 25, 2024 · In this tutorial, we will build a movie application leveraging MongoDB Atlas Search with Laravel (a leading PHP framework) to build a rich text-based search feature that allows users to search for movies by typing a few letters. This article will briefly explain to you How to Install MongoDB on Laravel Project. This section shows how to configure your Laravel application's DSN by using a MongoDB Atlas connection string. We will learn how to set up the Mongodb database with the laravel 11 application. In laravel, we will have many crud operations created with MySQL database but now we will use MongoDB database to create crud operations in laravel 8 and laravel 9. php file, which contains a Movie model to represent documents in the movies collection Laravel 11 Tutorial (with MongoDB): https://www. 6. May 23, 2024 · Make sure you have installed MongoDB in your system and connect with MongoDB before starting the CRUD operation. To use MongoDB with Laravel, install the mongodb/laravel-mongodb package, which provides integration between Laravel and MongoDB. MongoDB documentation is here: https://github. In this article, we showed you how to retrieve a MongoDB document using Laravel. Nov 26, 2024 · In this tutorial, we will build a movie application leveraging MongoDB Atlas Search with Laravel (a leading PHP framework) to build a rich text-based search feature that allows users to search for movies by typing a few letters. In this series, we will use Laravel 11 as front end and MongoDB as back end to build the E-commerce Website. Learn the basics of Laravel, such as MVC, routing, controllers, views, and more. Download Laravel 11 E-commerce Website with MongoDB (Part 1 to 50) :- Login to Download. Apr 27, 2022 · Pada video kali ini menjelaskan cara integrasi Laravel dengan database NoSQL yaitu MongoDB menggunakan library dari https://github. Aug 28, 2024 · Tutorial How To Build a Laravel + MongoDB Back End Service Learn how to use MongoDB with Laravel Eloquent and the native MongoDB Query API and Aggregation Pipeline to access the new MongoDB features. so we will give you a simple example of a laravel crud with mongodb. This tutorial provides instructions on setting up a MongoDB Atlas instance with sample data and creating the following files in your Laravel web application: Movie. Nov 6, 2023 · To use MongoDB with Laravel framework, check out the latest release of this library, which added support for Laravel 10 - Laravel MongoDB 4. com/playlist?list=PLLUtELdNs2ZYNq7oMRBFMbG6eqQ6KQKLrIn Part 5 of the Laravel MongoDB Tutorial Laravel MongoDB Tutorial Complete Playlist: https://www. MongoDB is written in C++. Download Complete Advance E-commerce Website in Laravel 10 (Part 1 This package adds functionalities to the Eloquent model and Query builder for MongoDB, using the original Laravel API. The familiar interface allows you to manage many aspects of your MongoDB installation: MongoDB server status and overview. May 6, 2024 · Install MongoDB In Laravel. Laravel is the most popular framework of php. it was released Step 3: Install the Laravel MongoDB Package. comMongoDB: https://www. Laravel 11 Tutorial (with MongoDB): https://www. Give it a try today and let us Jul 28, 2022 · That's how to use MongoDB in Laravel Lumen. So now let’s configure MongoDB Database in our laravel Setup Database MongoDB. In this tutorial, we will look at how you can use Laravel and MongoDB to build web applications and APIs. To use MongoDB in your Laravel application, first, you must install the official package, which extends the same model and query builder APIs from Eloquent. Laravel is one of the most popular PHP framework to develop websites. 0, Carbon objects passed as query filters, as shown in the preceding code, are converted to UTCDateTime BSON values. com/playlist?list=PLLUtELdNs2ZYTn3ft4BMaAilhZJYLMs9dThis is Part 5 of the Laravel 11 Tutorial in whic Join Hubert Nguyen, a leading expert in the PHP/Laravel and MongoDB landscape, as he walks you through the intricacies of leveraging MongoDB within a PHP/Lar PhpMongoAdmin is a Web-based MongoDb management console, written in PHP and leveraging great tools like Laravel and Vue. webappfix. posts. it was released on Sept 03, 2019. Laravel MongoDB Tutorial Complete Playlist: https://www. We are going to use Laravel 11 as the frontend of the website and MongoDB as the backend of the website to manage the database of our Laravel E-commerce website. . Welcome to the documentation site for Laravel MongoDB, the official Laravel integration for MongoDB. the following function for creating users works perfect To run the code examples in this guide, complete the Quick Start tutorial. I tried some eloquent model 👉 Check our website: https://scalablescripts. Databases overview. MongoDB does not work in Laravel by default. google. Connection and logging updates: MongoDB\Laravel\Connection has been replaced with MongoDB\Connection, and the query logging now uses MongoDB Monitoring Events. These providers are no longer necessary, as MongoDB\Connection is now fully compatible with Laravel’s classes. Sep 13, 2024 · Provider removals: Several MongoDB-specific service providers have been removed, including Auth\PasswordResetServiceProvider, MongoDBQueueServiceProvider, and Queue\Failed\MongoFailedJobProvider. Can anyone give me some tutorials or tips t Laravel Sanctum Mongodb provides a featherweight authentication system for SPAs and simple APIs. You can use these models to work with MongoDB data by using the Laravel Eloquent object-relational mapper (ORM). mongodb. We also have This guide shows you how to add Laravel MongoDB to a new Laravel web application, connect to a MongoDB cluster hosted on MongoDB Atlas, and perform read and write operations on the data. com#Laravel #Laravel9Personal Website: http Aug 21, 2021 · Thanks for contributing an answer to Stack Overflow! Please be sure to answer the question. This guide assumes you have PHP version 8. You signed out in another tab or window. Using MongoDB with Laravel To use MongoDB in Laravel we will use Laravel MongoDB package Nov 17, 2023 · As per the Laravel news, MongoDB support is official for Laravel. php. Oct 01, 2024 | 15 min read. If you’re just getting started with MongoDB PHP projects, they have a tutorial on how to build a Laravel + MongoDB back end service and documentation for the library. Nov 17, 2023 · This article provides a simplified and practical guide on building a REST API backend application with Laravel using MongoDB as the backend database. Check the optional MongoDB for VS Code extension. Apr 16, 2024 · Step 3: MongoDB Database Configuration. Aug 21, 2023 · This Laravel MongoDB tutorial addresses prospective and existing Laravel developers considering using MongoDB as a database. MongoDB is one of the most popular NoSQL document-oriented database, used for its high write load (useful for analytics or IoT) and high availability (easy to set replica sets with automatic Sep 12, 2024 · In this tutorial, I will show you step-by-step laravel 11 mongodb crud operation examples. Create a Laravel model MongoDB. You switched accounts on another tab or window. youtube. This guide shows you how to use Laravel MongoDB to define and customize Laravel Eloquent models. This is created and set with the current date-time when you execute a delete() on the object. User(s) authentication and authorization. so let us see about laravel 7 MongoDB CRUD tutorial example. A step-by-step guide to learning MongoDB in 2024. Jan 17, 2019 · This time, I’ll introduce you to MongoDB on Laravel. In MongoDB no restrictions on schema design. With minimal configuration, you can build applications Laravel MongoDB Tutorial Complete Playlist: https://www. Feb 5, 2022 · Laravel MongoDB 5. It stores data in a type of JSON format called BSON. This package was renamed to mongodb/laravel-mongodb because of a transfer of ownership to To run the code examples in this guide, complete the Quick Start tutorial. Learning Byte Overview. Installing MongoDB on Laravel Project. To use MongoDB in Laravel we will use Laravel MongoDB package Step 3: Install the Laravel MongoDB Package. Download New Laravel Project by the writing following command. We will compare Frontend and Backend AP Sep 29, 2023 · In this comprehensive guide, I invite you to join me on a journey to master the art of performing CRUD (Create, Read, Update, Delete) operations with MongoDB within the latest and greatest Laravel framework Laravel 10. Jan 8, 2025 · A freshly created Laravel project when installed comes with default configurations for relational databases like MySql and PostgreSQL. Jul 19, 2024 · Laravel Tutorial | Laravel 11 Tutorial #76: E-com with Laravel / MongoDB | Shopping Cart (I) | HTML to Laravel Blade Welcome to Part 76 of the Laravel 11 Series: Creating an E-commerce Website with Laravel and MongoDB In this part, we will be creating the shopping cart page and converting the existing HTML to Nov 14, 2024 · Laravel developers can take advantage of MongoDB’s powerful features through the official MongoDB PHP driver and the mongodb/laravel-mongodb package. Run the following command to install it: composer require mongodb/laravel-mongodb. A code editor of your choice for local development We suggeest Visual Studio Code. If you are unfamiliar with JSON, check out our JSON tutorial. The Laravel Integration applies the default timezone when performing this conversion. Also, we will use jenssegers/laravel-mongodb composer package to create CRUD operation. so let us see about laravel 8 MongoDB CRUD tutorial example. In query results, UTCDateTime BSON values in MongoDB are returned as Carbon objects. Collections and objects management. This tutorial will explain the steps required for configuring Laravel to perform an insert operation against a MongoDB document. com/playlist?list=PLLUtELdNs2ZYNq7oMRBFMbG6eqQ6KQKLrIn Part-6 of Laravel MongoDB Tutorial, we Hey gang, in this series you'll learn how to use MongoDB (a NoSQL database) from scratch. this tutorial is for be Mar 6, 2022 · MongoDB uses JavaScript as query language. This article provides a simplified and practical guide on building a REST API backend application with Laravel using MongoDB as the backend database. Our goal with the tutorial is to show how the Laravel MongoDB integration works and that it is even possible to smoothly branch out from the native Eloquent ORM into MongoDB's native query API to exploit the latest MongoDB features fully. This library extends the original Laravel classes, so it uses exactly the same methods.
ggh pwozjg soyvyj nkr fenmb mjn hyervwq zms xekpi ynbp
{"Title":"What is the best girl
name?","Description":"Wheel of girl
names","FontSize":7,"LabelsList":["Emma","Olivia","Isabel","Sophie","Charlotte","Mia","Amelia","Harper","Evelyn","Abigail","Emily","Elizabeth","Mila","Ella","Avery","Camilla","Aria","Scarlett","Victoria","Madison","Luna","Grace","Chloe","Penelope","Riley","Zoey","Nora","Lily","Eleanor","Hannah","Lillian","Addison","Aubrey","Ellie","Stella","Natalia","Zoe","Leah","Hazel","Aurora","Savannah","Brooklyn","Bella","Claire","Skylar","Lucy","Paisley","Everly","Anna","Caroline","Nova","Genesis","Emelia","Kennedy","Maya","Willow","Kinsley","Naomi","Sarah","Allison","Gabriella","Madelyn","Cora","Eva","Serenity","Autumn","Hailey","Gianna","Valentina","Eliana","Quinn","Nevaeh","Sadie","Linda","Alexa","Josephine","Emery","Julia","Delilah","Arianna","Vivian","Kaylee","Sophie","Brielle","Madeline","Hadley","Ibby","Sam","Madie","Maria","Amanda","Ayaana","Rachel","Ashley","Alyssa","Keara","Rihanna","Brianna","Kassandra","Laura","Summer","Chelsea","Megan","Jordan"],"Style":{"_id":null,"Type":0,"Colors":["#f44336","#710d06","#9c27b0","#3e1046","#03a9f4","#014462","#009688","#003c36","#8bc34a","#38511b","#ffeb3b","#7e7100","#ff9800","#663d00","#607d8b","#263238","#e91e63","#600927","#673ab7","#291749","#2196f3","#063d69","#00bcd4","#004b55","#4caf50","#1e4620","#cddc39","#575e11","#ffc107","#694f00","#9e9e9e","#3f3f3f","#3f51b5","#192048","#ff5722","#741c00","#795548","#30221d"],"Data":[[0,1],[2,3],[4,5],[6,7],[8,9],[10,11],[12,13],[14,15],[16,17],[18,19],[20,21],[22,23],[24,25],[26,27],[28,29],[30,31],[0,1],[2,3],[32,33],[4,5],[6,7],[8,9],[10,11],[12,13],[14,15],[16,17],[18,19],[20,21],[22,23],[24,25],[26,27],[28,29],[34,35],[30,31],[0,1],[2,3],[32,33],[4,5],[6,7],[10,11],[12,13],[14,15],[16,17],[18,19],[20,21],[22,23],[24,25],[26,27],[28,29],[34,35],[30,31],[0,1],[2,3],[32,33],[6,7],[8,9],[10,11],[12,13],[16,17],[20,21],[22,23],[26,27],[28,29],[30,31],[0,1],[2,3],[32,33],[4,5],[6,7],[8,9],[10,11],[12,13],[14,15],[18,19],[20,21],[22,23],[24,25],[26,27],[28,29],[34,35],[30,31],[0,1],[2,3],[32,33],[4,5],[6,7],[8,9],[10,11],[12,13],[36,37],[14,15],[16,17],[18,19],[20,21],[22,23],[24,25],[26,27],[28,29],[34,35],[30,31],[2,3],[32,33],[4,5],[6,7]],"Space":null},"ColorLock":null,"LabelRepeat":1,"ThumbnailUrl":"","Confirmed":true,"TextDisplayType":null,"Flagged":false,"DateModified":"2020-02-05T05:14:","CategoryId":3,"Weights":[],"WheelKey":"what-is-the-best-girl-name"}