Skip to content

Laravel 13.x Compatibility#103

Open
laravel-shift wants to merge 1 commit intobeyondcode:masterfrom
laravel-shift:l13-compatibility
Open

Laravel 13.x Compatibility#103
laravel-shift wants to merge 1 commit intobeyondcode:masterfrom
laravel-shift:l13-compatibility

Conversation

@laravel-shift
Copy link
Copy Markdown
Contributor

This is an automated pull request from Shift to update your package code and dependencies to be compatible with Laravel 13.x.

Before merging, you need to:

  • Checkout the l13-compatibility branch
  • Review all comments for additional changes
  • Thoroughly test your package

If you do find an issue, please report it by commenting on this PR to help improve future automation.

@laravel-shift
Copy link
Copy Markdown
Contributor Author

⚠️ The latest version of Laravel has a dependency for phpunit/phpunit of ^12.5. If you would like to also upgrade your tests, you may run the PHPUnit 12 Shift for free.

@laravel-shift
Copy link
Copy Markdown
Contributor Author

ℹ️ Shift detected you do not have a CI workflow using GitHub Actions. If you would like, Shift can help you get started with the CI Generator. Although the Shift is paid, GitHub Actions is free and having a CI workflow will improve the stability and review process for your package.

@laravel-shift
Copy link
Copy Markdown
Contributor Author

⚗️ Using this package? If you would like to help test these changes or believe them to be compatible, you may update your project to reference this branch.

To do so, temporarily add Shift's fork to the repositories property of your composer.json:

{
    "repositories": [
        {
            "type": "vcs",
            "url": "https://github.com/laravel-shift/laravel-dump-server.git"
        }
    ]
}

Then update your dependency constraint to reference this branch:

{
    "require": {
        "beyondcode/laravel-dump-server": "dev-l13-compatibility",
    }
}

Finally, run: composer update

@meduzen
Copy link
Copy Markdown

meduzen commented Mar 18, 2026

This PR works on my machine. 🥳

image

@mic2100
Copy link
Copy Markdown

mic2100 commented Mar 19, 2026

+1 for this

@mic2100 mic2100 mentioned this pull request Mar 24, 2026
@CicerBro
Copy link
Copy Markdown

CicerBro commented Mar 25, 2026

Can we merge this? @mpociot @freekmurze

@Jacobtims
Copy link
Copy Markdown

@freekmurze Can you merge Laravel 13 support?

@miken32
Copy link
Copy Markdown

miken32 commented Apr 8, 2026

So, after doing some poking around, it seems this package really doesn't do much that isn't in Symfony's package (which is already installed with the Laravel framework.) Here's what you can do instead of waiting around:

  • add VAR_DUMPER_FORMAT=server to your .env file
  • run vendor/bin/var-dump-server
  • call dump() as usual

Kind of a pain to edit the env file, but it's pretty rare that I need to use the dump server, so it works for me. Maybe we lose out on some formatting or something, but as far as I can see it's about the same.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants