Skip to content

Commit 09262d0

Browse files
committed
Doc
1 parent 58d82b1 commit 09262d0

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@ php artisan laravelcms --action=clear
6767
```json
6868
{
6969
"api_provider": "google",
70-
"app_id": "AizSxUKysHBsds2", // API KEY
71-
"app_key": "AizSxUKysHBsds2" // API KEY
70+
"app_id": "AizSxUKysHBsds2", // Translation API KEY
71+
"app_key": "AizSxUKysHBsds2" // Translation API KEY
7272
}
7373
```
7474

src/database/migrations/2020_01_19_114400_update_plugin_settings_table.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ public function up()
2727
'sort_value' => 20,
2828
'abstract' => 'Automatically translate content via Google AI or Baidu AI. <a href="https://github.com/AlexStack/Laravel-CMS-Plugin-Translator#where-can-i-get-the-app_id--app_key" target="_blank"><i class="fas fa-link mr-1"></i>Tutorial</a>',
2929
'param_value' => '{
30+
"plugin_name": "Content Translator",
3031
"blade_file": "translator",
3132
"tab_name": "<i class=\'fas fa-language mr-1\'></i>__(translator)",
3233
"php_class": "App\\\\LaravelCms\\\\Plugins\\\\Translator\\\\Controllers\\\\TranslatorController",

0 commit comments

Comments
 (0)