Rolland
Rolland
FFilament
Created by Matthew on 1/2/2025 in #❓┊help
Launch one table action from the createAction
could you explain a bit more? kinda hard to understand your 1st explanation. thank you..
7 replies
FFilament
Created by Oddman on 1/7/2025 in #❓┊help
Man... Filament is so damn slow :(
That's a very interesting step to do. why do you refuse to enabling OPcache?
30 replies
FFilament
Created by Rolland on 12/19/2024 in #❓┊help
Fix warning message ViewColumn
i got this error:
Filament\Support\Components\ViewComponent::view(): Argument #1 ($view) must be of type ?string, Closure given, called in C:\laragon\www\ewpms\app\Filament\Resources\Inventories\Itrf\ItrfResource.php on line 313
Filament\Support\Components\ViewComponent::view(): Argument #1 ($view) must be of type ?string, Closure given, called in C:\laragon\www\ewpms\app\Filament\Resources\Inventories\Itrf\ItrfResource.php on line 313
For context, I am referring the View to this "use Illuminate\Support\Facades\View;"
3 replies
FFilament
Created by Leslie on 12/18/2024 in #❓┊help
How to show a Badge on Edit Form
can try using extraAttributes()
4 replies
FFilament
Created by TegarJK on 11/27/2024 in #❓┊help
Invalid route action: [App\Filament\Auth\AdminLogin]. after running php artisan filament:optimize
check your file namespace
11 replies
FFilament
Created by roy21 on 8/12/2024 in #❓┊help
How to Set FiltersLayout::AboveContentCollapsible to be expaned by default
"FiltersLayout::AboveContent"
6 replies
FFilament
Created by Rolland on 11/18/2024 in #❓┊help
No application encryption key has been specified
It only trigger this error when on local env. very weird. can anyone explain why this happening? is this a thing with filament?
5 replies
FFilament
Created by Rolland on 11/18/2024 in #❓┊help
No application encryption key has been specified
😄 I do have the APP_KEY value
5 replies
FFilament
Created by ericmp on 11/7/2024 in #❓┊help
How to configure reverb with filament?
i found this discussion. maybe it could help you. https://github.com/laravel/framework/discussions/50675
134 replies
FFilament
Created by ericmp on 11/7/2024 in #❓┊help
How to configure reverb with filament?
on my machine
134 replies
FFilament
Created by ericmp on 11/7/2024 in #❓┊help
How to configure reverb with filament?
for me the problem only occurs when using ssl, it worked fine when not using ssl. i am using apache btw
134 replies
FFilament
Created by TegarJK on 11/1/2024 in #❓┊help
How to get rid of clear all in notifications sidebar
extend the class do not edit directly under vendor
22 replies
FFilament
Created by ericmp on 11/7/2024 in #❓┊help
How to configure reverb with filament?
if i found solution i would share here.
134 replies
FFilament
Created by ericmp on 11/7/2024 in #❓┊help
How to configure reverb with filament?
did you manage to make it working?
134 replies
FFilament
Created by ericmp on 11/7/2024 in #❓┊help
How to configure reverb with filament?
its alright, thank you for trying.
134 replies
FFilament
Created by ericmp on 11/7/2024 in #❓┊help
How to configure reverb with filament?
Imma go and cry at the corner of the room and re-trying this tommorow. 😄
134 replies
FFilament
Created by ericmp on 11/7/2024 in #❓┊help
How to configure reverb with filament?
BROADCAST_DRIVER=reverb
# CACHE_DRIVER=file
CACHE_DRIVER=redis
FILESYSTEM_DISK=local
QUEUE_CONNECTION=database
# SESSION_DRIVER=file
SESSION_DRIVER=redis
SESSION_LIFETIME=120
BROADCAST_DRIVER=reverb
# CACHE_DRIVER=file
CACHE_DRIVER=redis
FILESYSTEM_DISK=local
QUEUE_CONNECTION=database
# SESSION_DRIVER=file
SESSION_DRIVER=redis
SESSION_LIFETIME=120
134 replies
FFilament
Created by ericmp on 11/7/2024 in #❓┊help
How to configure reverb with filament?
GET|POST|HEAD broadcasting/auth ................................................................. Illuminate\Broadcasting › BroadcastController@authenticate
GET|POST|HEAD broadcasting/auth ................................................................. Illuminate\Broadcasting › BroadcastController@authenticate
is it this one?
134 replies
FFilament
Created by ericmp on 11/7/2024 in #❓┊help
How to configure reverb with filament?
list?
134 replies
FFilament
Created by ericmp on 11/7/2024 in #❓┊help
How to configure reverb with filament?
my bad.
'broadcasting' => [

'echo' => [
'broadcaster' => 'reverb',
'key' => env('VITE_REVERB_APP_KEY'),
'cluster' => env('VITE_REVERB_APP_CLUSTER'),
'wsHost' => env('VITE_REVERB_HOST'),
'wsPort' => env('VITE_REVERB_PORT'),
'wssPort' => env('VITE_REVERB_PORT'),
'authEndpoint' => '/broadcasting/auth',
'disableStats' => true,
'encrypted' => true,
'forceTLS' => false,
],

],
'broadcasting' => [

'echo' => [
'broadcaster' => 'reverb',
'key' => env('VITE_REVERB_APP_KEY'),
'cluster' => env('VITE_REVERB_APP_CLUSTER'),
'wsHost' => env('VITE_REVERB_HOST'),
'wsPort' => env('VITE_REVERB_PORT'),
'wssPort' => env('VITE_REVERB_PORT'),
'authEndpoint' => '/broadcasting/auth',
'disableStats' => true,
'encrypted' => true,
'forceTLS' => false,
],

],
134 replies