PHPackages                             jcabanillas/yii2-inspinia - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. jcabanillas/yii2-inspinia

ActiveYii2-extension[Utility &amp; Helpers](/categories/utility)

jcabanillas/yii2-inspinia
=========================

Inspinia 2.5 widgets

71.4k↓50%6[1 issues](https://github.com/jcabanillas/yii2-inspinia/issues)JavaScript

Since Jun 10Pushed 9y ago3 watchersCompare

[ Source](https://github.com/jcabanillas/yii2-inspinia)[ Packagist](https://packagist.org/packages/jcabanillas/yii2-inspinia)[ RSS](/packages/jcabanillas-yii2-inspinia/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Inspinia Admin Theme
====================

[](#inspinia-admin-theme)

Inspinia 2.5 widgets that really works

Buy license to this theme
=====================================================================================================

[](#buy-license-to-this-theme-httpswrapbootstrapcomthemeinspinia-responsive-admin-theme-wb0r5l90s)

Installation
------------

[](#installation)

The preferred way to install this extension is through [composer](http://getcomposer.org/download/).

Either run

```
php composer.phar require --prefer-dist jcabanillas/yii2-inspinia "*"

```

or add

```
"jcabanillas/yii2-inspinia-asset": "*"

```

to the require section of your `composer.json` file.

Quick Start
-----------

[](#quick-start)

Once the extension is installed, you can have a preview by reconfiguring the path mappings of the view component:

For Yii 2 Application Template or Basic Application Template

```
'components' => [
    'view' => [
         'theme' => [
             'pathMap' => [
                '@app/views' => '@vendor/jcabanillas/yii2-inspinia/views'
             ],
         ],
    ],
],

```

This asset bundle provides sample files for layout and view, they are not meant to be customized directly in the vendor/ folder.

Therefore it is recommended to copy the views into your application and adjust them to your needs.

Customization
-------------

[](#customization)

```
Copy files from vendor/jcabanillas/yii2-inspinia/views to @app/views.
Remove the custom view configuration from your application by deleting the path mappings, if you have made them before.

```

Components
----------

[](#components)

Header block and breadcrumbs
----------------------------

[](#header-block-and-breadcrumbs)

Structure

```

    Title

```

To change it use:

```

About static page

```

Add this block and use header right toolbar

```
