mg
mg
Explore posts from servers
FFilament
Created by mg on 11/15/2024 in #❓┊help
Please take a look at the following and help me to resolve it.
I have found issue 😉
11 replies
FFilament
Created by mg on 11/15/2024 in #❓┊help
Please take a look at the following and help me to resolve it.
😭
11 replies
FFilament
Created by mg on 11/15/2024 in #❓┊help
Please take a look at the following and help me to resolve it.
any action is not working in the table
11 replies
FFilament
Created by mg on 11/15/2024 in #❓┊help
Please take a look at the following and help me to resolve it.
this is my query for the table
11 replies
FFilament
Created by mg on 11/15/2024 in #❓┊help
Please take a look at the following and help me to resolve it.
public function scopeProperShorteners(Builder $query): Builder
{
return $query
->leftJoin('shortener_settings', function (JoinClause $join) {
$join
->on('shorteners.id', '=', 'shortener_settings.shortener_id')
->where('shortener_settings.user_id', Auth::user()->id);
})
->select('shorteners.*')
->selectRaw('COUNT(shortener_settings.id) as settings_count')
->groupBy('shorteners.id');
}
public function scopeProperShorteners(Builder $query): Builder
{
return $query
->leftJoin('shortener_settings', function (JoinClause $join) {
$join
->on('shorteners.id', '=', 'shortener_settings.shortener_id')
->where('shortener_settings.user_id', Auth::user()->id);
})
->select('shorteners.*')
->selectRaw('COUNT(shortener_settings.id) as settings_count')
->groupBy('shorteners.id');
}
11 replies
FFilament
Created by mg on 11/15/2024 in #❓┊help
Please take a look at the following and help me to resolve it.
still same issue
11 replies
FFilament
Created by mg on 11/15/2024 in #❓┊help
Please take a look at the following and help me to resolve it.
No description
11 replies
FFilament
Created by mg on 11/15/2024 in #❓┊help
Please take a look at the following and help me to resolve it.
I am good to go when I use just 1 level query, but when I use complex query with related tables, then the actions are not working properly... when I check the network requests, whenever the event is occurred, the close-modal request is being sent.
11 replies