Ramon.vV
Ramon.vV
FFilament
Created by John Parker on 10/4/2023 in #❓┊help
Eloquent `point` field type data triggers "Unexpected end of JSON input"
For me it's not a problem since I calculate the point from the lat/lon values I have locally and once it's done it never has to change again. That sounds like a good workaround though
13 replies
FFilament
Created by John Parker on 10/4/2023 in #❓┊help
Eloquent `point` field type data triggers "Unexpected end of JSON input"
Looks like that resolves the issue for me as well
13 replies
FFilament
Created by John Parker on 10/4/2023 in #❓┊help
Eloquent `point` field type data triggers "Unexpected end of JSON input"
@John Parker Have you gotten any further in finding the cause of this issue?
13 replies
FFilament
Created by John Parker on 10/4/2023 in #❓┊help
Eloquent `point` field type data triggers "Unexpected end of JSON input"
Experiencing the same error here, adding a location column with point data to any table breaks the edit and view forms for those records, even if the column isn't added to either form.
13 replies
FFilament
Created by Ramon.vV on 3/11/2024 in #❓┊help
FooterActions method not present in Filament\Forms\Components\Section;
I don't recall what exactly was the problem here, vaguely I remember also having to upgrade my Filament version, so I'll mark that as the answer!
12 replies
FFilament
Created by LeChatSoeur on 4/16/2024 in #❓┊help
spatie media User
@WessBechard It literally says in the docs : 'The field will automatically load and save its uploads to your model. To set this functionality up, you must also follow the instructions set out in the setting a form model section. If you're using a panel, you can skip this step.' Shouldn't that mean exactly that, to skip that step? Having a similar problem as well.
6 replies
FFilament
Created by Saidazam on 4/4/2024 in #❓┊help
How I can customize logout process ?
I'm doing something like this:
class AppServiceProvider extends ServiceProvider
{
/**
* Register any application services.
*/
public function register(): void
{
$this->app->bind(LogoutResponseContract::class, LogoutResponse::class);
}
}


class LogoutResponse implements Responsable
{
public function toResponse($request): RedirectResponse
{
// change this to your desired route
return redirect('/');
}
}
class AppServiceProvider extends ServiceProvider
{
/**
* Register any application services.
*/
public function register(): void
{
$this->app->bind(LogoutResponseContract::class, LogoutResponse::class);
}
}


class LogoutResponse implements Responsable
{
public function toResponse($request): RedirectResponse
{
// change this to your desired route
return redirect('/');
}
}
7 replies
FFilament
Created by acroninja on 2/27/2024 in #❓┊help
Where to put @livewire('database-notifications')
Ty, turns out I was being stupid by forgetting to turn on my queue worker lol
14 replies
FFilament
Created by acroninja on 2/27/2024 in #❓┊help
Where to put @livewire('database-notifications')
Weird.. doesn't help at all for me
14 replies
FFilament
Created by acroninja on 2/27/2024 in #❓┊help
Where to put @livewire('database-notifications')
So, how exactly did you fix this? I'm having the same problems, update didn't help.
14 replies
FFilament
Created by Ramon.vV on 3/7/2024 in #❓┊help
Select Field Component State: Injecting Title along with ID
Okay apparently I hadn't setup my relation properly for the select and that takes care of the title automatically. Still wondering if something like this is possible though?
2 replies
FFilament
Created by jelmerkeij on 12/14/2023 in #❓┊help
How to add extraAttributes (class) to Section container?
4 replies
FFilament
Created by Ahmad on 12/7/2023 in #❓┊help
trying to use both form and info but when i import them i get double
Did you read my comment? Filament\Forms\Components\Section as FormSection Filament\Infolists\Components\Section as InfolistSection
9 replies
FFilament
Created by Ahmad on 12/7/2023 in #❓┊help
trying to use both form and info but when i import them i get double
You probably need to do the same for other duplicates.
9 replies
FFilament
Created by Ramon.vV on 12/8/2023 in #❓┊help
Hosting a website with FilamentPHP backend and Livewire frontend in a production environment
Hopefully it's worth it to my employer as well 😂
19 replies
FFilament
Created by Ramon.vV on 12/8/2023 in #❓┊help
Hosting a website with FilamentPHP backend and Livewire frontend in a production environment
Might be worth comparing them in that case. Curious if that's the case here as well
19 replies
FFilament
Created by Ramon.vV on 12/8/2023 in #❓┊help
Hosting a website with FilamentPHP backend and Livewire frontend in a production environment
Hmm interesting, I'll see if I can compare the server specs with a DO one.
19 replies
FFilament
Created by Ramon.vV on 12/8/2023 in #❓┊help
Hosting a website with FilamentPHP backend and Livewire frontend in a production environment
I'll mark it as solved for now since you've pointed me in the right direction. Other insights are always welcome ofcourse!
19 replies
FFilament
Created by Ramon.vV on 12/8/2023 in #❓┊help
Hosting a website with FilamentPHP backend and Livewire frontend in a production environment
Yeah unfortunately I'm stuck with a different server construct which my employer decided to use before I started here. Some kind of cluster environment, unsure of the specifics and I have to ask everything. 😂 Thank you for your time btw.
19 replies
FFilament
Created by Ramon.vV on 12/8/2023 in #❓┊help
Hosting a website with FilamentPHP backend and Livewire frontend in a production environment
Since it only happens after clearing the route cache. Once they're all cached, everything works fine.
19 replies