php - Laravel multi tanent hyn Package -


i creating new multi tenant system in laravel 5.2 , wants use hyn package

i full filling requirements needed run hyn package when installing using

composer require hyn/multi-tenant

but getting 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 supports laravel 5.1 lts. there's open issue on github issue.

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


Comments

Popular posts from this blog

javascript - Laravel datatable invalid JSON response -

java - Exception in thread "main" org.springframework.context.ApplicationContextException: Unable to start embedded container; -

sql server 2008 - My Sql Code Get An Error Of Msg 245, Level 16, State 1, Line 1 Conversion failed when converting the varchar value '8:45 AM' to data type int -