Skip to content

Make package compatible with Laravel 12, Nova 5 and PHP 8.4#25

Merged
Naoray merged 3 commits intoNaoray:mainfrom
BernhardK91:laravel12-nova5
Nov 16, 2025
Merged

Make package compatible with Laravel 12, Nova 5 and PHP 8.4#25
Naoray merged 3 commits intoNaoray:mainfrom
BernhardK91:laravel12-nova5

Conversation

@BernhardK91
Copy link
Copy Markdown
Contributor

@BernhardK91 BernhardK91 commented Nov 14, 2025

This PR makes the package compatible to

  • Laravel 12
  • Nova 5
  • PHP 8.4

The already existing PR by @laravel-shift was branched from an older state and does not include Nova 5.

This branch can be used in composer by adding:

"repositories": [
        {
            "type": "vcs",
            "url": "https://github.com/BernhardK91/nova-json.git"
        }
    ],

And then the version constrained: dev-laravel12-nova5

"require": {
    "naoray/nova-json": "dev-laravel12-nova5",
}

@Naoray Naoray merged commit ea4d582 into Naoray:main Nov 16, 2025
0 of 52 checks passed
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.

2 participants