Skip to content

Laravel 13 support #628

Closed
Jaspur wants to merge 1 commit intocviebrock:masterfrom
Jaspur:master
Closed

Laravel 13 support #628
Jaspur wants to merge 1 commit intocviebrock:masterfrom
Jaspur:master

Conversation

@Jaspur
Copy link
Copy Markdown
Contributor

@Jaspur Jaspur commented Mar 19, 2026

🔧 chore(composer): update package version constraints

  • allow illuminate packages to use version 13.0 for compatibility
  • allow orchestra/testbench to use version 11.0 for testing

Solves #627

@cviebrock

- allow illuminate packages to use version 13.0 for compatibility
- allow orchestra/testbench to use version 11.0 for testing
@cviebrock
Copy link
Copy Markdown
Owner

Thanks @Jaspur

I started trying to bump the package up for Laravel 13 last night, but ran into this issue (that you can see in the test failures above):

The |[Illuminate\Database\Eloquent\Model::bootIfNotBooted|] method may not be called on model |[Cviebrock\EloquentSluggable\Tests\Models\Post|] while it is being booted.

I think it's related to https://laravel.com/docs/13.x/upgrade#model-booting-and-nested-instantiation ... but I didn't have time to finish figuring it out. I will look into it though!

@cviebrock
Copy link
Copy Markdown
Owner

Try the new 13.0.0 tag now.

@cviebrock cviebrock closed this Mar 19, 2026
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