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: emekach/php-laravel-docker
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: render-examples/php-laravel-docker
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 12 commits
  • 8 files changed
  • 2 contributors

Commits on Mar 20, 2024

  1. Upgrade PHP-FPM to v3.1.6

    This bumps PHP up to v8.2.7
    paulprins committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    ce28441 View commit details
    Browse the repository at this point in the history
  2. Now using Composer 2 so remove hirak/prestissimo

    This is noted in their own repo as no longer being needed.
    paulprins committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    75a8794 View commit details
    Browse the repository at this point in the history
  3. Bump version of Laravel to 11

    And related libraries
    paulprins committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    6e72d4f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8f7a228 View commit details
    Browse the repository at this point in the history
  5. Migrate to fakerphp/faker

    the previous library is abandoned
    paulprins committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    9abd476 View commit details
    Browse the repository at this point in the history
  6. migration to Laravel v7 fix

    paulprins committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    f2b00d4 View commit details
    Browse the repository at this point in the history
  7. Updated Composer lock file

    paulprins committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    fd74fb9 View commit details
    Browse the repository at this point in the history
  8. Auth::routes() is now a part of Laravel/UI

    Which is not installed
    paulprins committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    a806659 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    4ef3147 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    fb198aa View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    d3e901a View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2024

  1. Merge pull request render-examples#42 from paulprins/master

    Upgrade to Laravel 11, PHP 8.2.7, PHP-FPM 3.1.6
    jess-render authored Mar 21, 2024
    Configuration menu
    Copy the full SHA
    843ae31 View commit details
    Browse the repository at this point in the history
Loading