简体   繁体   中英

Laravel multi tanent hyn Package

I am creating a new multi tenant system in laravel 5.2 and wants to use hyn package for this

i am full filling all the requirements which is needed to run a hyn package but when i am installing it using

composer require hyn/multi-tenant

but i am getting some errors like

 Problem 1
- hyn/framework 0.6.1 requires laravel/framework ~5.1.0 -> no matching package found.
- hyn/framework 0.6.0 requires laravel/framework ~5.1.0 -> no matching package found.
- hyn/framework 0.5.0 requires laravel/framework ~5.1.0 -> no matching package found.
- hyn/framework 0.4.1 requires laravel/framework ~5.1.0 -> no matching package found.
- hyn/framework 0.4.0 requires laravel/framework ~5.1.0 -> no matching package found.
- hyn/framework 0.3.0 requires laravel/framework ~5.1.0 -> no matching package found.

Current codebase of hyn only supports Laravel 5.1 LTS. There's an open issue on Github about this issue.

Reference: https://github.com/hyn/multi-tenant/issues/47

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM