Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't install package on Laravel 5.4 #66

Closed
jafar-albadarneh opened this issue Sep 14, 2017 · 1 comment
Closed

Can't install package on Laravel 5.4 #66

jafar-albadarneh opened this issue Sep 14, 2017 · 1 comment

Comments

@jafar-albadarneh
Copy link

As mentioned in the Docs,

This package requires Laravel 5.3 or higher, PHP 7.0 or higher and a database that supports json fields such as MySQL 5.7 or higher.

My php version is 7.1.2 operating laravel 5.4 with Mysql database 5.7. When i head to install the package via composer command : composer require spatie/larave-tags it resulted in a dependency error.
screenshot from 2017-09-14 12-49-49

As shown in the error log, it requires illuminate/database ~5.5.0 which is i think operates with Laravel 5.5.

@freekmurze
Copy link
Member

The docs were wrong: the latests version of this package requires Laravel 5.5. If you need to install it into an older version of the framework use v1.

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

No branches or pull requests

2 participants