Файловый менеджер - Редактировать - /home/kckglobal/public_html/portal/app/Traits/GoogleOAuth.php
Назад
<?php namespace App\Traits; use Illuminate\Support\Facades\Config; trait GoogleOAuth { public function setGoogleoAuthConfig() { $setting = global_setting(); Config::set('services.google.client_id', $setting->google_client_id); Config::set('services.google.client_secret', $setting->google_client_secret); Config::set('services.google.redirect_uri', route('googleAuth')); } }
| ver. 1.4 |
Github
|
.
| PHP 8.2.28 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка