cyrildewit / eloquent-viewable

Associate views with Eloquent models in Laravel
MIT License
803 stars 104 forks source link

Laravel 9 support #264

Closed VincentVanWijk closed 2 years ago

VincentVanWijk commented 2 years ago

Description:

Upgrading to Laravel 9 fails on composer update

Steps To Reproduce:

  1. follow the upgrade guide at : upgrade guide
  2. run composer update

Expected behavior:

all packages are succesfully installed / upgraded

Actual behavior:

composer returns the following error: image

davisriska commented 2 years ago

+1 Also waiting on the update so I can upgrade to L9

atmonshi commented 2 years ago

PR open: #265

WilliamKlerk commented 2 years ago

Hi @cyrildewit, I also need this to update!

dsbilling commented 2 years ago

+1

melchiot commented 2 years ago

+1

cyrildewit commented 2 years ago

Hey everyone,

I've released #265 yesterday under the version name v6.1.0. My apologies, but I'm really busy these days. 😬

Greetings, Cyril