- Notifications
You must be signed in to change notification settings - Fork0
Comparing changes
Open a pull request
base repository:mongodb-developer/laravel-postgresql-to-mongodb
Uh oh!
There was an error while loading.Please reload this page.
base:main
head repository:mongodb-developer/laravel-postgresql-to-mongodb
Uh oh!
There was an error while loading.Please reload this page.
compare:mongodb
Uh oh!
There was an error while loading.Please reload this page.
- 16commits
- 38files changed
- 1contributor
Commits on Oct 11, 2025
feat: Migrate database connection to MongoDB, update models and confi…
…guration for compatibility
jaymoh committedOct 11, 2025 feat: Update application configuration for MongoDB integration, modif…
…y cache, session, and queue drivers, and create TTL index migration
jaymoh committedOct 11, 2025
Commits on Oct 12, 2025
feat: Update Docker configuration for MongoDB Atlas integration, remo…
…ve PostgreSQL and Elasticsearch services, and adjust README for setup instructions
jaymoh committedOct 12, 2025
Commits on Oct 13, 2025
feat: Refactor Comment functionality to support embedded comments in …
…MongoDB, update CommentController for CRUD operations, and enhance Post and User models for compatibility.
jaymoh committedOct 13, 2025 docs: Update README to reflect MongoDB usage, modify migration instru…
…ctions, and add indexing steps for MongoDB Atlas Search
jaymoh committedOct 13, 2025
Commits on Oct 14, 2025
refactor: Fix DatabaseSeeder by removing foreign key constraint not r…
…equired for MongoDB. Update README for Docker build instructions.
jaymoh committedOct 14, 2025 fix: Add MongoDB Atlas Search index preparation and import in entrypo…
…int script; update timestamps in PostTableSeeder
jaymoh committedOct 14, 2025 feat: Add index flushing and preparation for MongoDB Atlas Search in …
…entrypoint script
jaymoh committedOct 14, 2025 feat: Add Docker configuration for local MongoDB service and initiali…
…zation script.
jaymoh committedOct 14, 2025
Commits on Oct 15, 2025
feat: Update MongoDB service image to use MongoDB Atlas Search
jaymoh committedOct 15, 2025
Commits on Oct 19, 2025
feat: Update MongoDB service image to use local version and set defau…
…lt queue connection
Commits on Oct 24, 2025
feat: Refactor MongoDB integration by removing Laravel Scout, adding …
…custom commands for search index management, and updating models for MongoDB compatibility
jaymoh committedOct 24, 2025 feat: Enhance search index management by adding informative messages …
…for creation and deletion, and update search paths in PostController
jaymoh committedOct 24, 2025
Commits on Nov 26, 2025
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:git diff main...mongodb
Uh oh!
There was an error while loading.Please reload this page.