Skip to content

Commit 966eede

Browse files
committed
Merge branch 'main' into pr/749
2 parents 8e4ab6f + 92ee803 commit 966eede

File tree

157 files changed

+1914
-135
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

157 files changed

+1914
-135
lines changed

.prettierignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ composer.lock
66
docs/dist
77
docs/filament
88
docs/node_modules
9+
docs/preserved-dist
910
docs/src/navigation.json
1011
docs/src/pages
1112
docs/torchlight-cache

app/Providers/AppServiceProvider.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,9 @@ public function boot(): void
4949
'plugin' => Plugin::class,
5050
]);
5151

52-
URL::forceScheme('https');
52+
if ($this->app->environment('production')) {
53+
URL::forceScheme('https');
54+
}
5355

5456
RateLimiter::for('vpn_api', function (CheckIfIpIsVpn $job): Limit {
5557
if (

content/articles/leandrocfe-filament-v4-beta-feature-overview.md

Lines changed: 494 additions & 0 deletions

content/authors/alperen-ersoy.md

Lines changed: 6 additions & 0 deletions

content/authors/alvleont.md

Lines changed: 8 additions & 0 deletions

content/authors/andrefelipe18.md

Lines changed: 8 additions & 0 deletions
211 KB
84.2 KB
69.8 KB

content/authors/avatars/bostos.jpg

31.1 KB

0 commit comments

Comments
 (0)