Yatendra
Yatendra
FFilament
Created by Yatendra on 6/3/2024 in #❓┊help
Create Relationship in new window not in popup
thanks
4 replies
FFilament
Created by Yatendra on 4/19/2024 in #❓┊help
Export excel for custom model
<?php namespace App\Policies; use App\Models\UsersAdmin; use Filament\Actions\Exports\Models\Export; class ExportPolicy { public function view(UsersAdmin $user, Export $export): bool { dd('sssssssssssssss'); return $export->user()->is($user); } }
15 replies
FFilament
Created by Yatendra on 4/19/2024 in #❓┊help
Export excel for custom model
and app service provider class AppServiceProvider extends ServiceProvider { /** * Register any application services. */ // protected $policies = [ // Export::class => ExportPolicy::class, // ];
public function register(): void { $this->app->bind(Authenticatable::class, UsersAdmin::class); }
15 replies
FFilament
Created by Yatendra on 4/19/2024 in #❓┊help
Export excel for custom model
No description
15 replies
FFilament
Created by Yatendra on 4/19/2024 in #❓┊help
Export excel for custom model
No description
15 replies
FFilament
Created by Yatendra on 4/19/2024 in #❓┊help
Export excel for custom model
Ok thanks I try
15 replies
FFilament
Created by Yatendra on 4/19/2024 in #❓┊help
Export excel for custom model
No
15 replies
FFilament
Created by Yatendra on 4/19/2024 in #❓┊help
Export excel for custom model
yes I did
15 replies
FFilament
Created by Yatendra on 4/19/2024 in #❓┊help
Select option Concat
Working fine Thank You so much
10 replies
FFilament
Created by Yatendra on 4/19/2024 in #❓┊help
Select option Concat
Select::make('author_id') ->label('Author') ->options(Lead::all()->pluck('lead_name', 'id')) i want otpions like lead_name-(lead_price)
10 replies
FFilament
Created by Yatendra on 4/19/2024 in #❓┊help
Select option Concat
i want dropdown options. and I don't want by searching.
10 replies
FFilament
Created by Yatendra on 4/18/2024 in #❓┊help
excel export
when exporting from notification
4 replies
FFilament
Created by Yatendra on 4/18/2024 in #❓┊help
excel export
No description
4 replies
FFilament
Created by Yatendra on 4/17/2024 in #❓┊help
database notification not working
Thank you so much
30 replies
FFilament
Created by Yatendra on 4/17/2024 in #❓┊help
database notification not working
👍
30 replies
FFilament
Created by Yatendra on 4/17/2024 in #❓┊help
database notification not working
ok I try
30 replies
FFilament
Created by Yatendra on 4/17/2024 in #❓┊help
database notification not working
Thanks, but how i can use for export excel notification
30 replies
FFilament
Created by Yatendra on 4/17/2024 in #❓┊help
database notification not working
yes working
30 replies
FFilament
Created by Yatendra on 4/17/2024 in #❓┊help
database notification not working
yes did
30 replies
FFilament
Created by Yatendra on 4/17/2024 in #❓┊help
database notification not working
No description
30 replies