Download the PHP package asinfotrack/yii2-hyperlinks without Composer
On this page you can find all versions of the php package asinfotrack/yii2-hyperlinks. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download asinfotrack/yii2-hyperlinks
More information about asinfotrack/yii2-hyperlinks
Files in asinfotrack/yii2-hyperlinks
Package yii2-hyperlinks
Short Description Yii2-hyperlinks is a module and set of functionality to add hyperlinks to a model in a generic way
License MIT
Informations about the package yii2-hyperlinks
Yii2-hyperlinks
Yii2-hyperlinks is a module and set of functionality to add hyperlinks to a model in a generic way
Installation
Basic installation
The preferred way to install this extension is through composer.
Either run
or add
to the require
section of your composer.json
file.
Migration
After downloading you need to apply the migration creating the required tables:
yii migrate --migrationPath=@vendor/asinfotrack/yii2-hyperlinks/migrations
To remove the table just do the same migration downwards.
Add the module to the yii-config
For a full list of options, see the attributes of the classes within the module. Especially check the classes
asinfotrack\yii2\hyperlinks\Module
. Some examples are provided below.
Changelog
v1.0.0
- dependency update (potential breaking change!)
v0.8.5
- bottons arrangement changed
v0.8.4
- bug fix hyper link create
v0.8.3
- bug fix label translation
- bottons arrangement changed
v0.8.2
- bug fix pop up client validation
- changed url attribute in grid widget for @web
v0.8.1
- changed url validator to use @web
v0.8.0
- main classes in a stable condition
- further features will be added in a backwards-compatible way from here on
- all breaking changes will lead to a new minor version.
All versions of yii2-hyperlinks with dependencies
yiisoft/yii2 Version ~2.0.6
yiisoft/yii2-bootstrap Version ~2.0.0
asinfotrack/yii2-toolbox Version ~1.0.0