Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Laravel 11 Compatible Fork Is Here [INFO] #773

Open
fulopattila122 opened this issue Mar 12, 2024 · 5 comments
Open

Laravel 11 Compatible Fork Is Here [INFO] #773

fulopattila122 opened this issue Mar 12, 2024 · 5 comments

Comments

@fulopattila122
Copy link

If anyone else like me is willing to win a few more months before replacing this package 馃槅 here's a drop-in replacement fork:

https://github.com/artkonekt/html

It supports Laravel 10 & 11; PHP 8.1 - 8.3. Other than that, the package, including the namespaces is unchanged.

Running this:

composer require konekt/html:^6.5

will replace the package and tell composer that it replaces laravelcollective/html which means the transition is seamless:

image

No further code changes are necessary.

@decadence
Copy link

decadence commented Mar 28, 2024

Thanks. Added a star to that repository. Hope it will be maintained.

@fulopattila122
Copy link
Author

Thanks. Added a star to that repository. Hope it will be maintained.

We've got quite a lot built on top of it, so the Laravel and PHP compatibility will be kept up to date.

@dramamask
Copy link

@fulopattila122 I'd be great is you could also allow phpunit 11. Laravel 11 uses phpunit 11.

@fulopattila122
Copy link
Author

@fulopattila122 I'd be great is you could also allow phpunit 11. Laravel 11 uses phpunit 11.

Laravel 11 internally allows either PHPUnit v10 or v11 see: https://github.com/laravel/framework/blob/11.x/composer.json#L112
so if you submit a PR, please keep both versions. Thx!

@rtconner
Copy link

Yeah I wish developers would learn from this.

If you are going to deprecate a package, be kind and modify the composer "require" to be as forgiving as possible.

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

No branches or pull requests

4 participants