add first login logic

This commit is contained in:
Mathieu Lagace
2020-07-31 17:29:47 -04:00
parent 039b09b681
commit 8158f8a8aa
22 changed files with 655 additions and 393 deletions

View File

@@ -29,7 +29,7 @@ return [
|
*/
'path' => env('TELESCOPE_PATH', 'telescope'),
'path' => env('TELESCOPE_PATH', 'admin/telescope'),
/*
|--------------------------------------------------------------------------
@@ -62,7 +62,7 @@ return [
|
*/
'enabled' => env('TELESCOPE_ENABLED', true),
'enabled' => env('TELESCOPE_ENABLED', false),
/*
|--------------------------------------------------------------------------
@@ -77,6 +77,7 @@ return [
'middleware' => [
'web',
'auth',
Authorize::class,
],