mrozek90

Results 7 comments of mrozek90

I have a similar issue, but in my DB `causer_type` and `causer_id` are exists. for example: `causer_type => App\Models\User` `causer_id => 1` 'Description' and 'Properties' shown in right way with...

`getNameAttribute()` It work only in description field but nowhere else. ### [filament-logger](https://github.com/Z3d0X/filament-logger/tree/main)/[src](https://github.com/Z3d0X/filament-logger/tree/main/src)/[Resources](https://github.com/Z3d0X/filament-logger/tree/main/src/Resources) /ActivityResource.php ``` //...// TextInput::make('causer_id') ->afterStateHydrated(function ($component, ?Model $record) { /** @phpstan-ignore-next-line */ **return $component->state($record->causer?->name);** }) //...// ``` If...

![obraz](https://github.com/basement-chat/basement-chat/assets/80465686/3669ca10-ea2b-49d9-82bf-eb150e9b2dad) How about that? I did all steps from installation guide. Have no idea what is going on :-/ _'No contacts found'_ Using WebSocket: **.env** `BROADCAST_DRIVER=pusher SANCTUM_STATEFUL_DOMAINS=127.0.0.1:8000 PUSHER_APP_ID= PUSHER_APP_KEY= PUSHER_APP_SECRET=...

[try this maybe?](https://github.com/stefanzweifel/laravel-backup-restore)

I have the same problem. Easiest way: try-catch ``` try { $command = (new PingCommandBuilder('x.x.x.x')); // Pass the PingCommand instance to Ping and run... $ping = (new Ping($command))->run(); } catch...

Works for me on Ubuntu. ``` try { $monitoring = (new PingCommandBuilder('$ipAddress')) ->count(2) ->interval(1) ->ttl(128); $ping = (new Ping($monitoring))->run(); //looking for response if ($ping->host_status == 'Ok') { Log::info('Host is online!');...

I think he wants to do tutorial at list of record and action buttons. Its possible?