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.
Comments
Post a Comment