Skip to content

Commit 759be74

Browse files
authored
Merge branch 'filamentphp:main' into main
2 parents d940c99 + 94baa62 commit 759be74

File tree

67 files changed

+1656
-127
lines changed

Some content is hidden

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

67 files changed

+1656
-127
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
Large diffs are not rendered by default.
212 KB
Loading
122 KB
Loading
119 KB
Loading

content/authors/cvcwebsolutions.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
name: cvcwebsolutions
3+
slug: cvcwebsolutions
4+
github_url: https://github.com/cvcwebsolutions
5+
twitter_url: https://twitter.com/cvcwebsolutions
6+
---
7+
8+
We are a software development company specialising in the development of Web & Mobile Applications, API Integrations and Website Development alongside web infrastructure support and maintenance.

content/authors/geimsdin.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
name: geimsdin
3+
slug: geimsdin
4+
github_url: https://github.com/geimsdin
5+
sponsor_url: https://github.com/sponsors/geimsdin
6+
---
7+
8+
Hey there! I'm just your not so young anymore neighborhood developer,
9+
passionate about tech, people, experience and turning ideas and code into cool stuff.
10+
I love tinkering with new technologies and building things that (hopefully) make people's lives a little easier or more interesting.

content/authors/redberry.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@ github_url: https://github.com/RedberryProducts
55
twitter_url: https://x.com/Redberry_agency
66
---
77

8-
We are a 100+ award-winning Swiss-Army-Knife digital agency you couldn't afford locally, We are based in Georgia, so you can get in touch at https://redberry.international/contact/
8+
We’re Redberry, a 200+ person official Laravel & Vue partner agency based in Tbilisi, Georgia. With 10 years of experience and 300+ Laravel-powered websites, web, and mobile apps behind us, we specialize in building fast, scalable, and beautifully crafted digital products.
9+
Looking to build a website that looks great and performs even better? Explore our Website Development Services.
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
name: LeafletJS Map Picker
3+
slug: afsakar-leaflet-map-picker
4+
author_slug: afsakar
5+
categories: [form-builder, form-field]
6+
description: Interactive Leaflet map for selecting and storing geographical coordinates.
7+
discord_url: https://discord.com/channels/883083792112300104/1373796491776229517
8+
docs_url: https://raw.githubusercontent.com/afsakar/filament-leaflet-map-picker/main/README.md
9+
github_repository: afsakar/filament-leaflet-map-picker
10+
has_dark_theme: true
11+
has_translations: true
12+
versions: [3]
13+
publish_date: 2025-05-18
14+
---

0 commit comments

Comments
 (0)