2017 © Pedro Peláez
 

yii2-extension yii2-inquid-panel

Inquid panel to mange Inquid apps and servers

image

inquid/yii2-inquid-panel

Inquid panel to mange Inquid apps and servers

  • Saturday, June 23, 2018
  • by gogl92
  • Repository
  • 1 Watchers
  • 0 Stars
  • 6 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 50 % Grown

The README.md

Yii Framework , (*1)

Donate, (*2)

Inquid Panel

Inquid panel to mange Inquid apps and servers, (*3)

Installation

The preferred way to install this extension is through composer., (*4)

Either run, (*5)

php composer.phar require --prefer-dist inquid/yii2-inquid-panel "*"

or add, (*6)

"inquid/yii2-inquid-panel": "*"

to the require section of your composer.json file., (*7)

Usage

Once the extension is installed, simply add the configuration to the debug config as the following:, (*8)

    $config['bootstrap'][] = 'debug';
    $config['modules']['debug'] = [
        'class' => 'yii\debug\Module',
        // uncomment the following to add your IP if you are not connecting from localhost.
        //'allowedIPs' => ['127.0.0.1', '::1'],
        'panels' => [
            'views' => ['class' => 'inquid\panel\InquidPanel'],
        ]
    ];

you also need to set in your params file this settings:, (*9)

return [
    ...
    'google_cloud_project_id' => '',
    'google_cloud_project_zone'=>'us-central1-c',
    'google_cloud_project_instance'=>'your-vm',
    'google_cloud_project_lang'=>'en_US',
    'google_cloud_project_number'=>'your-project-number',
    'trello_url'=>'/b/board-id/board-name',
    ...
];

And thats it! Check the panel at the Debug Toolbar, (*10)

And check them in https://console.cloud.google.com/logs/viewer?project=your_project_id, (*11)

SUPPORT

paypal, (*12)

The Versions

23/06 2018

dev-master

9999999-dev

Inquid panel to mange Inquid apps and servers

  Sources   Download

Apache-2.0

The Requires

 

by Inquid

debug extension yii2 debugtoolbar pane