djoudi / Laravel-H5P

H5P Package for Laravel Framework
MIT License
21 stars 45 forks source link

About "laravelcollective/html": "7.0", #56

Open sergio-apithy opened 4 years ago

sergio-apithy commented 4 years ago

I am triying to install the package on laravel 7.0, but one of requeriments dos'nt exists:

"laravelcollective/html": "7.0",

The las version y 6.x , is there a error in your composer.json?

roberto-otupacca commented 4 years ago

In my projects with Laravel 7.X (without this project though), version 6.1 is sufficient ("laravelcollective/html": "^6.1"). If the installation worked, please reply to this message. I have tried this library with the 6.X Laravel framework and I have not been able to make it work. But if it works with Laravel 7 I would be very happy :-)

qunabu commented 3 years ago

you can try with this in composer.json

 "laravelcollective/html": "6.2 as 7",