Skip to content

Laravel 8 / PHP 7.4.0 support #25

Answered by oddvalue
lataupe78 asked this question in Q&A
Discussion options

You must be logged in to vote

Hey @lataupe78

Unfortunately this package is not able to maintain support for these older versions. There is, however, a fork by another user that drops dependencies down to Laravel 8 and PHP 7.4:

https://github.com/leandrodiogenes/laravel-drafts

If you wish to install that fork you could add this to your composer.json file:

    "repositories": [
        {
            "type": "git",
            "url": "https://github.com/leandrodiogenes/laravel-drafts"
        }
    ]

However, I won't be able to provide support if you are not using the official package and that fork is behind this package so not all features will be available.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by oddvalue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants