ctf0 / Laravel-Media-Manager

A "Vuejs & Laravel" Media Manager With Tons of Features
MIT License
829 stars 179 forks source link

Can't install Package, getting errors! #53

Closed vubavuba closed 5 years ago

vubavuba commented 5 years ago

What version of Laravel are you using? (nothing lower than v5.4).

Laravel Version 5.5

is it an issue related to installation or usage ?

Installation Problem in Composer

what is the error you are getting ?

Problem 1

Seems to be any conflict with external packages. Would like to use this package. Maybe anyone can help me here.

Thanks!

ctf0 commented 5 years ago

because laravel v5.5 use php v7 and maennchen/zipstream-php use php v7.1

so you need to update ur php which is recommended

vubavuba commented 5 years ago

OK thanks a lot, I give it a try when I am back in office. Will reply if it helped.

vubavuba commented 5 years ago

Today I updated my php version, now I have version 7.2.8 but I still get the same error.

EDIT: Seems to be a problem with Laravel 5.5 Version. On a new Version of 5.6, I have no problem to install it. But I want to run on of 5.5, as it is the LTS Version. Still anyone an idea?

avlads commented 5 years ago

Add minimum-stability and prefer-stable to your composer.json

"minimum-stability": "dev",
"prefer-stable": true
vubavuba commented 5 years ago

OK I will check it again. Switched now to 5.6 and it worked.

ctf0 commented 5 years ago

@vubavuba u better stay as up to date as possible because LTS doesnt get bug fixes, only security updates

kfulk14 commented 5 years ago

@ctf0 from what I have read LTS does get bug fixes https://laravel-news.com/laravel-release-process