Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: mongodb-developer/laravel-mongodb-tutorial
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 9a1c000
Choose a base ref
...
head repository: mongodb-developer/laravel-mongodb-tutorial
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: b315f40
Choose a head ref
  • 6 commits
  • 9 files changed
  • 3 contributors

Commits on Sep 13, 2023

  1. Update packages for Laravel 10

      - Removing asm89/stack-cors (v2.1.1)
      - Removing doctrine/instantiator (2.0.0)
      - Removing fruitcake/laravel-cors (v2.2.0) Deprecated because all CORS features are part of Laravel
      - Removing sebastian/resource-operations (3.0.3)
      - Upgrading laravel/framework (v9.52.15 => v10.23.0)
      - Locking laravel/prompts (v0.1.7)
      - Upgrading laravel/sail (v1.24.1 => v1.25.0)
      - Upgrading laravel/sanctum (v2.15.1 => v3.3.1)
      - Upgrading mongodb/laravel-mongodb (v3.9.5 => 4.0.0-rc1)
      - Upgrading monolog/monolog (2.9.1 => 3.4.0)
      - Upgrading nunomaduro/collision (v6.4.0 => v7.8.1)
      - Upgrading phpunit/php-code-coverage (9.2.27 => 10.1.5)
      - Upgrading phpunit/php-file-iterator (3.0.6 => 4.1.0)
      - Upgrading phpunit/php-invoker (3.1.1 => 4.0.0)
      - Upgrading phpunit/php-text-template (2.0.4 => 3.0.1)
      - Upgrading phpunit/php-timer (5.0.3 => 6.0.0)
      - Upgrading phpunit/phpunit (9.6.11 => 10.3.4)
      - Upgrading sebastian/cli-parser (1.0.1 => 2.0.0)
      - Upgrading sebastian/code-unit (1.0.8 => 2.0.0)
      - Upgrading sebastian/code-unit-reverse-lookup (2.0.3 => 3.0.0)
      - Upgrading sebastian/comparator (4.0.8 => 5.0.1)
      - Upgrading sebastian/complexity (2.0.2 => 3.0.1)
      - Upgrading sebastian/diff (4.0.5 => 5.0.3)
      - Upgrading sebastian/environment (5.1.5 => 6.0.1)
      - Upgrading sebastian/exporter (4.0.5 => 5.0.1)
      - Upgrading sebastian/global-state (5.0.6 => 6.0.1)
      - Upgrading sebastian/lines-of-code (1.0.3 => 2.0.1)
      - Upgrading sebastian/object-enumerator (4.0.4 => 5.0.0)
      - Upgrading sebastian/object-reflector (2.0.4 => 3.0.0)
      - Upgrading sebastian/recursion-context (4.0.5 => 5.0.0)
      - Upgrading sebastian/type (3.2.1 => 4.0.0)
      - Upgrading sebastian/version (3.0.2 => 4.0.1)
      - Upgrading spatie/laravel-ignition (1.6.4 => 2.3.0)
    GromNaN committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    fb99d98 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3 from GromNaN/laravel-10

    Update packages for Laravel 10
    hubertnguyen authored Sep 13, 2023
    Configuration menu
    Copy the full SHA
    81d83a7 View commit details
    Browse the repository at this point in the history
  3. Update composer.json

    change package name
    hubertnguyen authored Sep 13, 2023
    Configuration menu
    Copy the full SHA
    b458862 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2023

  1. update the laravel-mongodb package reference

    "mongodb/laravel-mongodb": "4.0.0-rc1" to
    "mongodb/laravel-mongodb": "4.0.0"
    hubertnguyen committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    3eb5193 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2024

  1. Update README.md

    update route to correct name
    amandamartin-dev authored Jun 9, 2024
    Configuration menu
    Copy the full SHA
    250c413 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2024

  1. Merge pull request #6 from amandamartin-dev/patch-1

    update db ping call in readme
    hubertnguyen authored Jun 24, 2024
    Configuration menu
    Copy the full SHA
    b315f40 View commit details
    Browse the repository at this point in the history
Loading