jeremykenedy / laravel-users

A Users Management Package that includes all necessary routes, views, models, and controllers for a user management dashboard and associated pages for managing Laravels built in user scaffolding. Built for Laravel 5.2, 5.3, 5.4, 5.5, 5.6, 5.7, 5.8, 6.0, 7.0 and 8.0.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support Laravel 10 and remove abandoned dependency

cameronjohnson-mz opened this issue · comments

Can this package get updated to support Laravel 10 and remove the laravecollective/html dependency because it's abandoned?
The replace package is spatie/laravel-html.

Issue:
jeremykenedy/laravel-users v4.3.0 requires laravelcollective/html (^5.4|^5.5|^5.6|^5.7|^5.8|^6.0|^7.0|^8.0)
Package laravelcollective/html is abandoned, you should avoid using it. Use spatie/laravel-html instead.

It seems to work fine on other projects that use this with Laravel 10