dev-master
9999999-devInquid panel to mange Inquid apps and servers
Apache-2.0
The Requires
by Inquid
debug extension yii2 debugtoolbar pane
Inquid panel to mange Inquid apps and servers
Inquid panel to mange Inquid apps and servers, (*3)
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)
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)
Inquid panel to mange Inquid apps and servers
Apache-2.0
debug extension yii2 debugtoolbar pane