filterable
laravel-mongodb
filterable | laravel-mongodb | |
---|---|---|
3 | 11 | |
183 | 7,083 | |
9.8% | 0.1% | |
8.2 | 9.2 | |
29 days ago | 5 days ago | |
PHP | PHP | |
MIT License | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
filterable
-
Introducing Filterable: A Powerful, Modular Query Filtering System for Laravel
Ready to try Filterable in your Laravel application? Check out the GitHub repository and give it a star if you find it useful!
-
Show HN: Filterable – A PHP Package for Adding Filterable Queries to Eloquent
- Integrates seamlessly with Laravel's existing Eloquent models.
I believe this could be a useful tool for many developers working with Laravel and Eloquent. I'd love to get your feedback, contributions, or any suggestions for improvements.
Check out the project on GitHub: [Filterable on GitHub](https://github.com/Thavarshan/filterable)
Looking forward to hearing what you think!
laravel-mongodb
-
Laravel Migration With Schema Validation in MongoDB
The freshly created Laravel project comes with configurations for relational databases out of the box. We further need to configure it to work with MongoDB by installing the mongodb/laravel-mongodb package. Install it by running the command below in your terminal in the project directory.
-
Building a Multi-Step Form with Laravel, Livewire, and MongoDB
After creating the Laravel project, we need to configure the application to work with MongoDB. Laravel does not come configured to work with MongoDB out of the box. We must install and configure the Laravel-MongoDB package to get it to work. So, let's get started by installing the Laravel-mongodb package using the command below:
-
MongoDB Laravel Integration Now Officially Supported!
I am excited to share that MongoDB has taken over development of the community-driven MongoDB integration for Laravel framework! This means you can expect regular updates with improvements to the functionality, bug fixes, and compatibility with most recent Laravel and MongoDB releases.
-
likelyhood of MongoDb composer package being maintained for 10x?
I use jenssegers /laravel-mongodb composer package fairly heavily. this issue seems to imply the mongodb plugin is sort of in limbo, and may be in jeopardy.
-
Pro Tip: Use MongoDB for quickly spinning up prototypes
There's a well maintained MongoDB package for Laravel by jenssegers/laravel-mongodb.
-
[Package Required] Mongodb compatible Nestedset/tree package
In previous projects I've used https://github.com/jenssegers/laravel-mongodb it has the concept of embedded relationships which I think is what you are trying to do?
-
How to Use MongoDB With Laravel
In order to integrate MongoDB with Laravel, we need to use the package jenssegers/mongodb. So, we'll install it with Composer:
-
Path Collision: Jenssegers/laravel-mongodb
Jenssegers/laravel-mongodb: https://github.com/jenssegers/laravel-mongodb
- Laravel & MongoDB na Convenia
-
NoSql capable of raw SQL Queries
I am currently analyzing mongodb using laravel-mongodb however I can't find a way to do this, is it even possible?
What are some alternatives?
firestore-eloquent - This Laravel library provides an Eloquent-like interface for interacting with Firestore, Google Cloud's NoSQL database.
laravel-eloquent-query-cache - Adding cache on your Laravel Eloquent queries' results is now a breeze.
eloquent-filter - Eloquent Filter is a package for filter data of models by the query strings. Easy to use and fully dynamic.
laravel-medialibrary - Associate files with Eloquent models
laravel-time-series - ⏰📊✨Laravel Time Series - Provides an API to create and maintain data projections (statistics, aggregates, etc.) from your Eloquent models, and convert them to time series.
laravel-mongodb-tutorial - Code for the Laravel and MongoDB tutorial