Skip to content

Commit

Permalink
Fix Installer Completed Blade (#1185)
Browse files Browse the repository at this point in the history
We do not have a config.php anymore, page should refer to env.php for base level configuration.
  • Loading branch information
FatihKoz committed May 14, 2021
1 parent 594d0eb commit ff6827b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<h4>Installer Completed!</h4>

<p>Edit the <span class="code">config.php</span> to fill in some additional settings. </p>
<p>Edit the <span class="code">env.php</span> to fill in some additional settings.</p>
<p>Click the button to proceed to the login screen!</p>

<p style="text-align: right">
Expand Down

0 comments on commit ff6827b

Please sign in to comment.