We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72a47ce commit b940caaCopy full SHA for b940caa
.env.example
@@ -50,3 +50,8 @@ PUSHER_APP_CLUSTER=mt1
50
51
MIX_PUSHER_APP_KEY="${PUSHER_APP_KEY}"
52
MIX_PUSHER_APP_CLUSTER="${PUSHER_APP_CLUSTER}"
53
+
54
55
+GOOGLE_CLIENT_ID =
56
+GOOGLE_CLIENT_SECRET =
57
+GOOGLE_CLIENT_REDIRECT =
resources/views/welcome.blade.php
@@ -1,7 +1,7 @@
1
@extends('layouts.app')
2
3
@section('title')
4
- CourseCast
+ CourseCasts
5
@endsection
6
7
@section('content')
0 commit comments