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: master
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: starter-wilco
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 15 commits
  • 116 files changed
  • 3 contributors

Commits on Sep 15, 2023

  1. Make this a starter project for Laravel 10

    This branch was copied from 'master'
    
    - removed the migrations we created for the tutorial
    - removed MongoDB from \src\composer.json
    - removed all the tutorial API routes
    
    This is not exactly a fresh Laravel 10 project, but it's close enough for the users to get going and start learning about MongoDB from here
    hubertnguyen committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    59faec1 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2023

  1. Clean Laravel 10 starter project, no mongodb (yet)

    see README.md for details
    hubertnguyen committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    bee262e View commit details
    Browse the repository at this point in the history
  2. Update README.md

    hubertnguyen authored Sep 18, 2023
    Configuration menu
    Copy the full SHA
    dcbb6b4 View commit details
    Browse the repository at this point in the history
  3. add init_repo.sh

    this makes it easier to get up and running inside CodeSpaces
    it is expected by our current devcontainer.json and was deleted when we re-initialized the Laravel app to a clean install
    hubertnguyen committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    aae5b58 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    eee9fcc View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2023

  1. Merge pull request #1 from trywilco/starter-wilco

    Starter wilco
    EtiNoked authored Sep 19, 2023
    Configuration menu
    Copy the full SHA
    195bc16 View commit details
    Browse the repository at this point in the history
  2. Create quest.yml

    adding this mandatory file to have a wilco-compatible as a starting point
    hubertnguyen committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    a799b5b View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2023

  1. Update .env

    EtiNoked authored Sep 21, 2023
    Configuration menu
    Copy the full SHA
    494fd47 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d6a2235 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2023

  1. Update devcontainer.json

    shem8 authored Oct 3, 2023
    Configuration menu
    Copy the full SHA
    08bb978 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a38564b View commit details
    Browse the repository at this point in the history
  3. Delete .devcontainer/.env

    shem8 authored Oct 3, 2023
    Configuration menu
    Copy the full SHA
    ac9eca6 View commit details
    Browse the repository at this point in the history
  4. Update devcontainer.json

    shem8 authored Oct 3, 2023
    Configuration menu
    Copy the full SHA
    ad04ffd View commit details
    Browse the repository at this point in the history
  5. fix docker file

    shem8 committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    6cd40c5 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2023

  1. Merge pull request #5 from trywilco/codespace

    Codespace
    hubertnguyen authored Oct 4, 2023
    Configuration menu
    Copy the full SHA
    c478444 View commit details
    Browse the repository at this point in the history
Loading