Skip to content

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