change permission for js

This commit is contained in:
root 2026-01-08 13:10:42 +00:00
parent b441047fbc
commit 41ed733eb7
130 changed files with 5 additions and 0 deletions

View File

@ -4,6 +4,7 @@
use Carbon\Carbon; use Carbon\Carbon;
use Illuminate\Support\ServiceProvider; use Illuminate\Support\ServiceProvider;
use Illuminate\Support\Facades\URL;
class AppServiceProvider extends ServiceProvider class AppServiceProvider extends ServiceProvider
{ {
@ -25,5 +26,9 @@ public function boot()
// Opsional: Set timezone jika diperlukan // Opsional: Set timezone jika diperlukan
date_default_timezone_set('Asia/Jakarta'); date_default_timezone_set('Asia/Jakarta');
if (config('app.env') === 'production') {
URL::forceScheme('https');
}
} }
} }

0
public/vendors/PHPMailer/index.html vendored Normal file → Executable file
View File

0
public/vendors/PHPMailer/src/DSNConfigurator.php vendored Normal file → Executable file
View File

0
public/vendors/PHPMailer/src/Exception.php vendored Normal file → Executable file
View File

0
public/vendors/PHPMailer/src/OAuth.php vendored Normal file → Executable file
View File

0
public/vendors/PHPMailer/src/OAuthTokenProvider.php vendored Normal file → Executable file
View File

0
public/vendors/PHPMailer/src/PHPMailer.php vendored Normal file → Executable file
View File

0
public/vendors/PHPMailer/src/POP3.php vendored Normal file → Executable file
View File

0
public/vendors/PHPMailer/src/SMTP.php vendored Normal file → Executable file
View File

0
public/vendors/PHPMailer/src/index.html vendored Normal file → Executable file
View File

0
public/vendors/aos/aos.css vendored Normal file → Executable file
View File

0
public/vendors/aos/aos.js vendored Normal file → Executable file
View File

0
public/vendors/bootstrap-icons/font/bootstrap-icons.css vendored Normal file → Executable file
View File

0
public/vendors/bootstrap-icons/font/bootstrap-icons.json vendored Normal file → Executable file
View File

0
public/vendors/bootstrap-icons/font/bootstrap-icons.min.css vendored Normal file → Executable file
View File

0
public/vendors/bootstrap-icons/font/bootstrap-icons.scss vendored Normal file → Executable file
View File

0
public/vendors/bootstrap-icons/font/fonts/bootstrap-icons.woff vendored Normal file → Executable file
View File

0
public/vendors/bootstrap-icons/font/fonts/bootstrap-icons.woff2 vendored Normal file → Executable file
View File

0
public/vendors/bootstrap/bootstrap.bundle.min.js vendored Normal file → Executable file
View File

0
public/vendors/bootstrap/bootstrap.min.css vendored Normal file → Executable file
View File

0
public/vendors/bootstrap/bs-darkmode.js vendored Normal file → Executable file
View File

0
public/vendors/bootstrap/scss/_accordion.scss vendored Normal file → Executable file
View File

0
public/vendors/bootstrap/scss/_alert.scss vendored Normal file → Executable file
View File

0
public/vendors/bootstrap/scss/_badge.scss vendored Normal file → Executable file
View File

0
public/vendors/bootstrap/scss/_breadcrumb.scss vendored Normal file → Executable file
View File

0
public/vendors/bootstrap/scss/_button-group.scss vendored Normal file → Executable file
View File

0
public/vendors/bootstrap/scss/_buttons.scss vendored Normal file → Executable file
View File

0
public/vendors/bootstrap/scss/_card.scss vendored Normal file → Executable file
View File

0
public/vendors/bootstrap/scss/_carousel.scss vendored Normal file → Executable file
View File

0
public/vendors/bootstrap/scss/_close.scss vendored Normal file → Executable file
View File

0
public/vendors/bootstrap/scss/_containers.scss vendored Normal file → Executable file
View File

0
public/vendors/bootstrap/scss/_dropdown.scss vendored Normal file → Executable file
View File

0
public/vendors/bootstrap/scss/_forms.scss vendored Normal file → Executable file
View File

0
public/vendors/bootstrap/scss/_functions.scss vendored Normal file → Executable file
View File

0
public/vendors/bootstrap/scss/_grid.scss vendored Normal file → Executable file
View File

0
public/vendors/bootstrap/scss/_helpers.scss vendored Normal file → Executable file
View File

0
public/vendors/bootstrap/scss/_images.scss vendored Normal file → Executable file
View File

0
public/vendors/bootstrap/scss/_list-group.scss vendored Normal file → Executable file
View File

0
public/vendors/bootstrap/scss/_maps.scss vendored Normal file → Executable file
View File

0
public/vendors/bootstrap/scss/_mixins.scss vendored Normal file → Executable file
View File

0
public/vendors/bootstrap/scss/_modal.scss vendored Normal file → Executable file
View File

0
public/vendors/bootstrap/scss/_nav.scss vendored Normal file → Executable file
View File

0
public/vendors/bootstrap/scss/_navbar.scss vendored Normal file → Executable file
View File

0
public/vendors/bootstrap/scss/_offcanvas.scss vendored Normal file → Executable file
View File

0
public/vendors/bootstrap/scss/_pagination.scss vendored Normal file → Executable file
View File

0
public/vendors/bootstrap/scss/_placeholders.scss vendored Normal file → Executable file
View File

0
public/vendors/bootstrap/scss/_popover.scss vendored Normal file → Executable file
View File

0
public/vendors/bootstrap/scss/_progress.scss vendored Normal file → Executable file
View File

0
public/vendors/bootstrap/scss/_reboot.scss vendored Normal file → Executable file
View File

0
public/vendors/bootstrap/scss/_root.scss vendored Normal file → Executable file
View File

0
public/vendors/bootstrap/scss/_spinners.scss vendored Normal file → Executable file
View File

0
public/vendors/bootstrap/scss/_tables.scss vendored Normal file → Executable file
View File

0
public/vendors/bootstrap/scss/_toasts.scss vendored Normal file → Executable file
View File

0
public/vendors/bootstrap/scss/_tooltip.scss vendored Normal file → Executable file
View File

0
public/vendors/bootstrap/scss/_transitions.scss vendored Normal file → Executable file
View File

0
public/vendors/bootstrap/scss/_type.scss vendored Normal file → Executable file
View File

0
public/vendors/bootstrap/scss/_utilities.scss vendored Normal file → Executable file
View File

0
public/vendors/bootstrap/scss/_variables-dark.scss vendored Normal file → Executable file
View File

0
public/vendors/bootstrap/scss/_variables.scss vendored Normal file → Executable file
View File

0
public/vendors/bootstrap/scss/bootstrap-grid.scss vendored Normal file → Executable file
View File

0
public/vendors/bootstrap/scss/bootstrap-reboot.scss vendored Normal file → Executable file
View File

0
public/vendors/bootstrap/scss/bootstrap-utilities.scss vendored Normal file → Executable file
View File

0
public/vendors/bootstrap/scss/bootstrap.scss vendored Normal file → Executable file
View File

0
public/vendors/bootstrap/scss/forms/_floating-labels.scss vendored Normal file → Executable file
View File

0
public/vendors/bootstrap/scss/forms/_form-check.scss vendored Normal file → Executable file
View File

0
public/vendors/bootstrap/scss/forms/_form-control.scss vendored Normal file → Executable file
View File

0
public/vendors/bootstrap/scss/forms/_form-range.scss vendored Normal file → Executable file
View File

0
public/vendors/bootstrap/scss/forms/_form-select.scss vendored Normal file → Executable file
View File

0
public/vendors/bootstrap/scss/forms/_form-text.scss vendored Normal file → Executable file
View File

0
public/vendors/bootstrap/scss/forms/_input-group.scss vendored Normal file → Executable file
View File

0
public/vendors/bootstrap/scss/forms/_labels.scss vendored Normal file → Executable file
View File

0
public/vendors/bootstrap/scss/forms/_validation.scss vendored Normal file → Executable file
View File

0
public/vendors/bootstrap/scss/helpers/_clearfix.scss vendored Normal file → Executable file
View File

0
public/vendors/bootstrap/scss/helpers/_color-bg.scss vendored Normal file → Executable file
View File

0
public/vendors/bootstrap/scss/helpers/_colored-links.scss vendored Normal file → Executable file
View File

0
public/vendors/bootstrap/scss/helpers/_focus-ring.scss vendored Normal file → Executable file
View File

0
public/vendors/bootstrap/scss/helpers/_icon-link.scss vendored Normal file → Executable file
View File

0
public/vendors/bootstrap/scss/helpers/_position.scss vendored Normal file → Executable file
View File

0
public/vendors/bootstrap/scss/helpers/_ratio.scss vendored Normal file → Executable file
View File

0
public/vendors/bootstrap/scss/helpers/_stacks.scss vendored Normal file → Executable file
View File

0
public/vendors/bootstrap/scss/helpers/_stretched-link.scss vendored Normal file → Executable file
View File

0
public/vendors/bootstrap/scss/helpers/_text-truncation.scss vendored Normal file → Executable file
View File

0
public/vendors/bootstrap/scss/helpers/_visually-hidden.scss vendored Normal file → Executable file
View File

0
public/vendors/bootstrap/scss/helpers/_vr.scss vendored Normal file → Executable file
View File

0
public/vendors/bootstrap/scss/mixins/_alert.scss vendored Normal file → Executable file
View File

0
public/vendors/bootstrap/scss/mixins/_backdrop.scss vendored Normal file → Executable file
View File

0
public/vendors/bootstrap/scss/mixins/_banner.scss vendored Normal file → Executable file
View File

0
public/vendors/bootstrap/scss/mixins/_border-radius.scss vendored Normal file → Executable file
View File

0
public/vendors/bootstrap/scss/mixins/_box-shadow.scss vendored Normal file → Executable file
View File

0
public/vendors/bootstrap/scss/mixins/_breakpoints.scss vendored Normal file → Executable file
View File

0
public/vendors/bootstrap/scss/mixins/_buttons.scss vendored Normal file → Executable file
View File

0
public/vendors/bootstrap/scss/mixins/_caret.scss vendored Normal file → Executable file
View File

0
public/vendors/bootstrap/scss/mixins/_clearfix.scss vendored Normal file → Executable file
View File

0
public/vendors/bootstrap/scss/mixins/_color-mode.scss vendored Normal file → Executable file
View File

0
public/vendors/bootstrap/scss/mixins/_color-scheme.scss vendored Normal file → Executable file
View File

0
public/vendors/bootstrap/scss/mixins/_container.scss vendored Normal file → Executable file
View File

0
public/vendors/bootstrap/scss/mixins/_deprecate.scss vendored Normal file → Executable file
View File

0
public/vendors/bootstrap/scss/mixins/_forms.scss vendored Normal file → Executable file
View File

0
public/vendors/bootstrap/scss/mixins/_gradients.scss vendored Normal file → Executable file
View File

0
public/vendors/bootstrap/scss/mixins/_grid.scss vendored Normal file → Executable file
View File

Some files were not shown because too many files have changed in this diff Show More