kodekodimas
kodekodimas
FFilament
Created by Abi on 1/30/2024 in #❓┊help
Creating a Dashboard and can widgets on a dashboard be simple livewire components?
Have you try this? https://filamentphp.com/docs/3.x/panels/dashboard#creating-multiple-dashboards And you can load Livewire components into its view
4 replies
FFilament
Created by alcmz on 7/31/2023 in #❓┊help
Custom Query Returns getTableRecordKey()
7 replies
FFilament
Created by jay02k on 7/30/2023 in #❓┊help
relationship
or delete the return type on function public function user() { return $this->belongsTo(User::class); }
27 replies
FFilament
Created by jay02k on 7/30/2023 in #❓┊help
relationship
add this on your model use Illuminate\Database\Eloquent\Relations\BelongsTo;
27 replies
FFilament
Created by jay02k on 7/30/2023 in #❓┊help
relationship
on order model add relation to user then on your OrderResource > table function add TextColumn::make('user.column')
27 replies
FFilament
Created by jay02k on 7/30/2023 in #❓┊help
relationship
do you want to insert data to user table and order table from order resource?
27 replies
FFilament
Created by jay02k on 7/30/2023 in #❓┊help
relationship
to handle you can override function handleRecordCreation(array $data) on create pages, and write your custom logic
27 replies