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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix versioning #781

Open
wants to merge 1 commit into
base: 6.x
Choose a base branch
from
Open

fix versioning #781

wants to merge 1 commit into from

Conversation

nooraliisa
Copy link

Allows installation on Laravel 11

@themuddfamily
Copy link

Allows installation on Laravel 11

https://github.com/LaravelCollective/html/blob/6.x/composer.json#L56 this package is abandoned

@abdallahisham
Copy link

abdallahisham commented Apr 24, 2024

@themuddfamily thanks for the info, but you will have to deal with it a little before you remove it from old projects

@nooraliisa you saved me a lot of time buddy,
I added it from your branch directly:

  "repositories": [
      {
          "type": "vcs",
          "url": "https://github.com/laravel-shift/laravel-notify.git"
      },
      {
          "type": "vcs",
          "url": "https://github.com/nooraliisa/laravelcollective-html"
      }
    ]

then on require:

"laravelcollective/html": "6.x-dev"

@themuddfamily
Copy link

@themuddfamily thanks for the info, but you will have to deal with it a little before you remove it from old projects

@nooraliisa you saved me a lot of time buddy, I added it from your branch directly:

  "repositories": [
      {
          "type": "vcs",
          "url": "https://github.com/laravel-shift/laravel-notify.git"
      },
      {
          "type": "vcs",
          "url": "https://github.com/nooraliisa/laravelcollective-html"
      }
    ]

then on require:

"laravelcollective/html": "6.x-dev"

The suggested way to go is using: https://laravelshift.com/convert-laravelcollective-html-to-spatie-laravel-html

This automatically converts everything for you to laravel-html

@fulopattila122
Copy link

See also: #773

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.

4 participants