Movatterモバイル変換


[0]ホーム

URL:


Skip to content
DEV Community
Log in Create account

DEV Community

Gabriel Alejandro López López
Gabriel Alejandro López López

Posted on • Originally published atyiiframework.com on

     

[extension] daxslab/yii2-coreui

Yii2 CoreUI

  1. Installation
  2. Usage

Latest Stable VersionTotal DownloadsLatest Unstable VersionLicense

Yii2 extension includind the base layout for CoreUI admin dashboard

Installation

The preferred way to install this extension is throughcomposer.

Either run

php composer.phar require --prefer-dist daxslab/yii2-coreui "*"
Enter fullscreen modeExit fullscreen mode

or add

"daxslab/yii2-coreui": "*"
Enter fullscreen modeExit fullscreen mode

to the require section of yourcomposer.json file.

Usage

Make your module or controller layout to be@daxslab/coreui/views/layouts/main.php by modifiying the layout attribute.

Also you can make your@app/views/layouts/main.php to look like:

<?php $this->beginContent('@daxslab/coreui/views/layouts/main.php') ?>    <?= $content ?><?php $this->endContent() ?>
Enter fullscreen modeExit fullscreen mode

Consider that there a a group of variables at the beginning of@daxslab/coreui/views/layouts/main.php that you can setto specify brand icons, menu contents, etc.

Top comments(0)

Subscribe
pic
Create template

Templates let you quickly answer FAQs or store snippets for re-use.

Dismiss

Are you sure you want to hide this comment? It will become hidden in your post, but will still be visible via the comment'spermalink.

For further actions, you may consider blocking this person and/orreporting abuse

I’m a software engineer living in Cienfuegos, Cuba. I am a fan of programming, web development, and entrepreneurship. I’m also interested in technology and music.
  • Location
    Cienfuegos, Cuba
  • Education
    Universidad de Cienfuegos
  • Work
    Founder & CEO at Daxslab
  • Joined

More fromGabriel Alejandro López López

DEV Community

We're a place where coders share, stay up-to-date and grow their careers.

Log in Create account

[8]ページ先頭

©2009-2025 Movatter.jp