yiisoft/yii-core

yii\web\Linkable missing

fcaldarelli opened this issue · 4 comments

use yii\web\Linkable;

What is the path in which put yii\web\Linkable php file?

This library is required also from db tests.

So Have we to add yiisoft/yii-web dependencies to yii/db-mysql ?

Yes! Make sure to add it as a dev-dependency though.

Thanks