-
Hi sir, Is there a way to support Laravel 8 and PHP 7.4.0 ? Best regards |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
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. |
Beta Was this translation helpful? Give feedback.
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:
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.