定制 roymanoj/yii2-roys-dashboard 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

roymanoj/yii2-roys-dashboard

Composer 安装命令:

composer create-project roymanoj/yii2-roys-dashboard

包简介

Yii 2 Basic Project Template with Adminlte3 + Bootstrap4 + UserInterface

README 文档

README

Basic Dashboard with Yii2 & AdminLTE 3 along with User registration and login . Key layout to start any basic application

Installation

    composer create-project roymanoj/yii2-roys-dashboard

then run

    Composer Install

Setup config/db.php

     return [
    'class' => 'yii\db\Connection',
    'dsn' => 'mysql:host=localhost;dbname=roys-dashboard',
    'username' => 'root',
    'password' => 'tipl',
    'charset' => 'utf8',

    // Schema cache options (for production environment)
    //'enableSchemaCache' => true,
    //'schemaCacheDuration' => 60,
    //'schemaCache' => 'cache',
    ];

To migrate database

    php yii2 migrate/up

To add Admin Account - On your browser

    localhost/yii2-roys-dashboard/app/site/add-admin

Default usenemae : admin Password: admin (You can change it within the dashboard)

for Amzon S3 Credentials (components/Aws.php)

getclient for windows 10

public function getClient() {

  $secret='your secret key generated from amazon account';
  $key='key value of amazon ';

    $s3Client = new S3Client([
  //  'profile' => 'default',
    'region' => 'ap-south-1',
    'version' => 'latest',
   'credentials' => [
      'key' => $key,
      'secret' => $secret,
]

}

getclient for ubuntu / linux

public function getClient() {

    $s3Client = new S3Client([
   'profile' => 'default',
    'region' => 'ap-south-1',
    'version' => 'latest',

// make sure your "credentials" files is in the .aws folder under root directory

}

统计信息

  • 总下载量: 10
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 2
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: BSD-3-Clause
  • 更新时间: 2021-03-15

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固