neodev3/yii2-website-viewer

This will allow you to check your website in different views.

Installs: 3

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 2

Open Issues: 0

Language:CSS

Type:yii2-extension

v1.0.6 2021-02-07 10:47 UTC

This package is auto-updated.

Last update: 2024-09-07 19:13:32 UTC


README

This will allow you to check your website in different views.

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist neodev3/yii2-website-viewer "*"

or add

"neodev3/yii2-website-viewer": "*"

to the require section of your composer.json file.

Usage

Once the extension is installed, simply use it in your code by :

<?= \neo\websiteviewer\WebsiteViewer::widget([
            'url' => 'https://yourWebsite.com'//Url::base(true)
]); ?>

alt text

Supported Layouts :

1 desktop 2 tablet 3 tablet landscape 4 mobile 5 mobile landscape