@php $reqLine = in_array($account->type, ['line', 'both'], true); $webhookUrl = $lineWebhookUrl ?? route('line.messaging.webhook', ['uid' => $account->uid], true); $lineCheckUrl = route('account.line-settings-check', $account); $lineDevelopersConsole = 'https://developers.line.biz/console/'; $stepwiseSave = $stepwiseSave ?? false; $setupChannel = $setupChannel ?? null; if (! in_array($setupChannel, ['mail', 'line'], true)) { $setupChannel = null; } @endphp @push('styles') @endpush
LINE連携の設定ですが、LINE側の画面に表示される情報を、この画面にコピーして貼り付けるだけです。
特別難しい操作は必要ありません。設定は STEP 1 → 2 → 3 の順に進めていきましょう。各ステップに保存ボタンがありますので、入力した内容は必ず保存しながら進めてください。