2024年12月29日 星期日

Yii2:使用 eseperio/yii2-url-shortener 建立短網址 ( short url )

適用沒有放到 https://asset-packagist.org 的以 composer 安裝的套件。

找到這個Yii短網址套件,

到套件的 composer.json 看,

套件名稱是 eseperio/yii2-url-shortener

$ composer require "eseperio/yii2-url-shortener:~1.0.0"

顯示找不到套件

Root composer.json requires eseperio/yii2-url-shortener, it could not be found in any version, there may be a typo in the package name.

所以找以本地目錄安裝的方法。