How to Use MongoDB With Laravel

This page summarizes the projects mentioned and recommended in the original post on dev.to

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
WorkOS - The modern identity platform for B2B SaaS
The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.
workos.com
featured
  • laravel-mongodb-tutorial

    Code for the Laravel and MongoDB tutorial

  • You can find the code for this tutorial on this GitHub Repository.

  • laravel-mongodb

    A MongoDB based Eloquent model and Query builder for Laravel (Moloquent)

  • In order to integrate MongoDB with Laravel, we need to use the package jenssegers/mongodb. So, we'll install it with Composer:

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • MongoDB

    The MongoDB Database

  • MongoDB is a popular NoSQL database that has also been popular for a while now. With MongoDB, you can build databases that are collections of JSON-like documents.

  • Tailwind CSS

    A utility-first CSS framework for rapid UI development.

  • Breeze provides sleek-looking authentication forms using Tailwind CSS and AlpineJS. You don't need to know either to go through the tutorial.

  • Laravel

    Laravel is a web application framework with expressive, elegant syntax. We’ve already laid the foundation for your next big idea — freeing you to create without sweating the small things.

  • Laravel is a popular PHP framework that has been around for a long time now. With Laravel, you can easily build web apps, APIs, and more.

  • heroicons

    A set of free MIT-licensed high-quality SVG icons for UI development.

  • This component is just an edit icon from Heroicons.

  • Alpine.js

    A rugged, minimal framework for composing JavaScript behavior in your markup.

  • Breeze provides sleek-looking authentication forms using Tailwind CSS and AlpineJS. You don't need to know either to go through the tutorial.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • How to get started with Filament

    4 projects | dev.to | 7 Sep 2022
  • Live Video Streaming from Laravel PHP using LiveKit

    5 projects | dev.to | 5 Aug 2022
  • Clock Time, Event Time, and TimeSignalMe

    4 projects | dev.to | 29 Jul 2022
  • Vue App with Lumen Passport API (Part I)

    5 projects | dev.to | 25 Jun 2022
  • How to Add Breadcrumbs to Your Laravel Website

    3 projects | dev.to | 24 Aug 2021