Update AppServiceProvider to force HTTPS and configure APP_URL in app.php

This commit is contained in:
Frank John Begornia
2025-12-31 02:10:31 +08:00
parent 0f24a817ce
commit 2dbcf3e2e6
3 changed files with 7 additions and 2 deletions

View File

@@ -16,7 +16,7 @@
<!-- Main content -->
<section class="content">
<div class="text-center" id="homepage-logo">
<img src="{{asset('/public/images/logo.png')}}" class="img img-responsive" />
<img src="{{asset('/images/logo.png')}}" class="img img-responsive" />
</div>
</section>
<!-- /.content -->