diff --git a/app/Controller/admin/api/WebsiteController.php b/app/Controller/admin/api/WebsiteController.php index 3f48e30..b4ae786 100644 --- a/app/Controller/admin/api/WebsiteController.php +++ b/app/Controller/admin/api/WebsiteController.php @@ -99,6 +99,7 @@ class WebsiteController extends AbstractController $query->app_description = $this->request->post('app_description'); $query->app_name = $this->request->post('app_name'); $query->app_domain = $this->request->post('app_domain'); + $query->app_keywords = $this->request->post('app_keywords'); $query->save(); diff --git a/app/Model/AppWebsiteConfig.php b/app/Model/AppWebsiteConfig.php index 5cab06e..bc6879a 100644 --- a/app/Model/AppWebsiteConfig.php +++ b/app/Model/AppWebsiteConfig.php @@ -17,6 +17,7 @@ namespace App\Model; * @property int $updated_by * @property string $app_domain * @property int $is_delete + * @property string $app_keywords */ class AppWebsiteConfig extends Model { diff --git a/storage/view/website/insert.blade.php b/storage/view/website/insert.blade.php index d01d33e..06bba22 100644 --- a/storage/view/website/insert.blade.php +++ b/storage/view/website/insert.blade.php @@ -28,6 +28,12 @@ +
+ +
+ +
+
diff --git a/storage/view/website/view.blade.php b/storage/view/website/view.blade.php index 0f0823f..3b46d8c 100644 --- a/storage/view/website/view.blade.php +++ b/storage/view/website/view.blade.php @@ -29,6 +29,12 @@
+
+ +
+ +
+