Neamix
Neamix
Explore posts from servers
FFilament
Created by Neamix on 7/1/2024 in #❓┊help
Class "Filament\View\PanelsRenderHook" not found
well the problem was due to installation of a corrupted or mis installed package
4 replies
NNuxt
Created by Neamix on 6/30/2024 in #❓・help
Get api domain in nitro server file
the api route is right on both local and prod but for some reason on production he cant use it i printed it in console and deploy and viewed the production and i found that he read the right url and i also tried ur approch and still have same issue
3 replies
NNuxt
Created by Neamix on 6/30/2024 in #❓・help
Get api domain in nitro server file
i am using forge to deploy but the main script that forge use is that
cd /home/forge/www.rifq.me
git pull origin $FORGE_SITE_BRANCH

npm ci
npm run generate

( flock -w 10 9 || exit 1
echo 'Restarting FPM...'; sudo -S service $FORGE_PHP_FPM reload ) 9>/tmp/fpmlock
cd /home/forge/www.rifq.me
git pull origin $FORGE_SITE_BRANCH

npm ci
npm run generate

( flock -w 10 9 || exit 1
echo 'Restarting FPM...'; sudo -S service $FORGE_PHP_FPM reload ) 9>/tmp/fpmlock
3 replies
FFilament
Created by Neamix on 5/14/2024 in #❓┊help
Search my mutators
but still i need to know if that is the best solution or there is something better
5 replies
FFilament
Created by Neamix on 5/14/2024 in #❓┊help
Search my mutators
Tables\Columns\TextColumn::make('pet.name')
->numeric()
->sortable(),
Tables\Columns\TextColumn::make('pet.user.full_name')
->label('Owner Full Name')
->searchable(query: function ($query,$search) {
$query->whereHas('pet.user',function ($subQuery) use ($search) {
$subQuery->where('firstname','like','%'.$search.'%')
->orWhere('surname','like','%'.$search.'%');
});
}),
Tables\Columns\TextColumn::make('pet.name')
->numeric()
->sortable(),
Tables\Columns\TextColumn::make('pet.user.full_name')
->label('Owner Full Name')
->searchable(query: function ($query,$search) {
$query->whereHas('pet.user',function ($subQuery) use ($search) {
$subQuery->where('firstname','like','%'.$search.'%')
->orWhere('surname','like','%'.$search.'%');
});
}),
5 replies
FFilament
Created by Neamix on 5/14/2024 in #❓┊help
Search my mutators
So i used that solutions after i found that searchable can get clousre
5 replies
FFilament
Created by Neamix on 5/12/2024 in #❓┊help
Filament Cant find has uploading message
"require": { "php": "^8.1", "blade-ui-kit/blade-heroicons": "^2.3", "filament/filament": "^3.2", "guzzlehttp/guzzle": "^7.2", "laravel/framework": "^10.10", "laravel/sanctum": "^3.3", "laravel/tinker": "^2.8" },
8 replies
FFilament
Created by Neamix on 5/12/2024 in #❓┊help
Filament Cant find has uploading message
i tried no hope added to that filament is working if i removed fileuploder
8 replies
FFilament
Created by Neamix on 4/19/2024 in #❓┊help
No password inserted
Thx
6 replies
FFilament
Created by Neamix on 4/19/2024 in #❓┊help
No password inserted
Nope, that was the error 😂
6 replies