サイトURLとアプリURLは別々に
このコミットが含まれているのは:
コミット
b580ab82c5
@ -2,6 +2,7 @@ APP_NAME=KIKI
|
||||
APP_ENV=local
|
||||
APP_KEY=
|
||||
APP_DEBUG=true
|
||||
SITE_URL=http://127.0.0.2
|
||||
APP_URL=http://127.0.0.1
|
||||
|
||||
LOG_CHANNEL=stack
|
||||
|
@ -2,7 +2,8 @@ APP_NAME=KIKI
|
||||
APP_ENV=local
|
||||
APP_KEY=
|
||||
APP_DEBUG=false
|
||||
APP_URL=https://kikikan.jp
|
||||
SITE_URL=https://kikikan.jp
|
||||
APP_URL=https://kikikan.xyz
|
||||
|
||||
LOG_CHANNEL=stack
|
||||
LOG_LEVEL=debug
|
||||
|
@ -52,7 +52,8 @@ return [
|
||||
|
|
||||
*/
|
||||
|
||||
'url' => env('APP_URL', 'http://127.0.0.1'),
|
||||
'url' => env('APP_URL', 'https://kikikan.xyz'),
|
||||
'site_url' => env('SITE_URL', 'https://kikikan.jp'),
|
||||
|
||||
'asset_url' => env('ASSET_URL', null),
|
||||
|
||||
|
@ -15,6 +15,6 @@ URLの有効期限を過ぎると、再登録が必要になりますので、
|
||||
|
||||
KIKI運営事務局
|
||||
56@zotman.jp
|
||||
{{ url('/') }}/
|
||||
{{ config('app.site_url') }}
|
||||
|
||||
■□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□■
|
||||
|
@ -7,6 +7,7 @@
|
||||
break;
|
||||
}
|
||||
}
|
||||
$sitelink = config('app.site_url');
|
||||
$invitelink = url('/c-account/register-temporary?father_id='.request()->session()->get('fathers')['id']);
|
||||
@endphp
|
||||
@section('content')
|
||||
@ -15,6 +16,7 @@
|
||||
<input type="hidden" id="father_id" value="{{ request()->session()->get('fathers')['id'] }}" />
|
||||
<input type="hidden" id="father_image" value="{{ request()->session()->get('fathers')['image'] }}" />
|
||||
<input type="hidden" id="dd" value="{{ date('y/m/d') }}">
|
||||
<input type="hidden" id="siteurl" value="{{ $sitelink }}">
|
||||
<input type="hidden" id="inviteurl" value="{{ $invitelink }}">
|
||||
<input type="hidden" id="inviteurl_html" value="{{ urlencode($invitelink) }}">
|
||||
@endsection
|
||||
|
@ -4,4 +4,4 @@ KIKIをご利用頂きありがとうございます。
|
||||
|
||||
有効期限は8時間以内です。
|
||||
|
||||
{{ url('/').'/c-account/forgot-password/reset/'.$token }}
|
||||
{{ url('/c-account/forgot-password/reset/'.$token) }}
|
@ -2,7 +2,7 @@ KIKI招致システムの本登録が完了しました。
|
||||
|
||||
▼ログイン情報
|
||||
ログインURL
|
||||
{{ url('/').'/c-account/login' }}
|
||||
{{ url('/c-account/login') }}
|
||||
|
||||
ID
|
||||
{{ $tel }}
|
||||
|
@ -1,6 +1,6 @@
|
||||
KIKIより本登録URLが届きました。
|
||||
|
||||
▼本登録URLはこちら
|
||||
{{ url('/').'/c-account/register/'.$token }}
|
||||
{{ url('/c-account/register/'.$token) }}
|
||||
|
||||
KIKI承知システムを使って「聞いてない!」「言ってない!」などの問題を解決しよう。
|
||||
|
@ -1,3 +1,3 @@
|
||||
未承知のミーティングがあります。
|
||||
以下より確認してください。
|
||||
{{ url('/').'/c-account/meeting/detail/'.$meeting_id }}
|
||||
{{ url('/c-account/meeting/detail/'.$meeting_id) }}
|
@ -1,7 +1,7 @@
|
||||
<tr>
|
||||
<td class="header">
|
||||
<a href="{{ url('/') }}" style="display: inline-block;">
|
||||
<img src="{{ url('/') }}/assets/img/common/logo.png" class="logo" alt="KIKI">
|
||||
<img src="{{ url('/assets/img/common/logo.png') }}" class="logo" alt="KIKI">
|
||||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
|
新しいイシューから参照
ユーザーをブロックする