Skip to content

Commit dde1185

Browse files
committed
Update update.blade.php
1 parent c90e49f commit dde1185

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

resources/views/update.blade.php

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,23 @@
6666

6767
@endif
6868

69+
@if($_SERVER['QUERY_STRING'] === 'finishing')
70+
<?php //updating... ?>
71+
<div class="logo-container fadein">
72+
<img class="logo-img loading" src="{{ asset('littlelink/images/just-gear.svg') }}" alt="Logo" style="">
73+
<div class="logo-centered">l</div>
74+
</div>
75+
<center><h1 class="loadingtxt">Finishing up</h1></center>
76+
77+
<?php
78+
79+
//run before finishing:
80+
// EnvEditor::addKey('MY_VALUE', 'truefalse'); // Adds key to .env file
6981
82+
$URL = Route::current()->getName();
83+
header("Location: ".$URL."?success");
84+
exit(); ?>
85+
@endif
7086

7187
@if($_SERVER['QUERY_STRING'] === 'success')
7288
<?php //success ?>

0 commit comments

Comments
 (0)