inquid/yii2-inquid-panel

Inquid panel to mange Inquid apps and servers

Installs: 266

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

Type:yii2-extension

dev-master 2019-05-03 04:22 UTC

This package is auto-updated.

Last update: 2024-03-29 03:32:24 UTC


README

Yii Framework

Donate

Inquid Panel

Inquid panel to mange Inquid apps and servers

Installation

The preferred way to install this extension is through composer.

Either run

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

or add

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

to the require section of your composer.json file.

Usage

Once the extension is installed, simply add the configuration to the debug config as the following:

	$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:

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

And check them in https://console.cloud.google.com/logs/viewer?project=your_project_id

SUPPORT

paypal