zanysoft / laravel-zip

MIT License
300 stars 95 forks source link

Allow installing on Laravel 10 #46

Closed V13Axel closed 1 year ago

V13Axel commented 1 year ago

Laravel 10 was just released, and it looks to me like there aren't any breaking changes that cause trouble with this package. It works just fine with Laravel 10 in the app I'm building with it after a composer install.

I've never really done much package development before and wasn't able to get phpunit to run on the package directly at all (Class "zanysoft.zip" does not exist, which appears to be a facade resolution issue) - But I'm fairly certain that's my own inexperience and not something wrong with this package.

V13Axel commented 1 year ago

I see you did this same thing yourself in 04ed09db8ca799e088b3af183e6de50be8346bf4, closing this.