MyGit

1.0.3

maiconpinto/cakephp-adminlte-theme

版本发布时间: 2016-08-13 04:42:34

maiconpinto/cakephp-adminlte-theme最新发布版本:2.0.2(2020-10-05 03:29:08)

Login

Update Layout/login.ctp and Template/Pages/login.ctp.

Add Configuration to show or hide elements.

<?php
Configure::write('Theme', [
    'login' => [
        'show_remember' => true,
        'show_register' => true,
        'show_social' => true
    ]
]);

Locale

If you want to translate the terms into Portuguese. Create the src/Locale/pt_BR/default.po file into your project.

Copy content of this default.po file to your new default.po file.

To enable the pt_BR language, you must change the App.defaultLocale key from en_US to pt_BR in your Config/app.php

Minor updates

相关地址:原始地址 下载(tar) 下载(zip)

查看:2016-08-13发行的版本