Alnuaimi
Alnuaimi
FFilament
Created by bald on 9/23/2024 in #❓┊help
Table's Query Builder is not shown shown in full width
use columnspanfull()
4 replies
FFilament
Created by GUSTAVO2755 on 1/21/2025 in #❓┊help
Hi guys
I think,you can use
->grid()
5 replies
FFilament
Created by JustNoOne on 1/13/2025 in #❓┊help
Export Action with Filter
you can use export action ax bulkActions
that's idea just
3 replies
FFilament
Created by AngryTestie on 1/13/2025 in #❓┊help
Custom Login Page(add link below the sign in button)
use Filament\Support\Facades\FilamentView; use Filament\View\PanelsRenderHook; use Illuminate\Contracts\View\View; you can write this code inside boot() function inside your AppServiceProvider FilamentView::registerRenderHook( PanelsRenderHook::AUTH_LOGIN_FORM_AFTER, fn(): View => view('socialite-logins'), );
8 replies
FFilament
Created by cmdrpigeon on 1/5/2025 in #❓┊help
Uploading File Gives [Method Not Allowed] error when uploaded via filepond
Is this just?
43 replies
FFilament
Created by Alnuaimi on 1/9/2025 in #❓┊help
I am currently getting a CORS message in my console on my subdomains
No description
20 replies
FFilament
Created by Alnuaimi on 1/9/2025 in #❓┊help
I am currently getting a CORS message in my console on my subdomains
stile bugs I'm use https://tenancyforlaravel.com/ localy it is work
20 replies
FFilament
Created by Alnuaimi on 1/9/2025 in #❓┊help
I am currently getting a CORS message in my console on my subdomains
No description
20 replies
FFilament
Created by Alnuaimi on 1/9/2025 in #❓┊help
I am currently getting a CORS message in my console on my subdomains
No description
20 replies
FFilament
Created by Alnuaimi on 1/9/2025 in #❓┊help
I am currently getting a CORS message in my console on my subdomains
APP_DOMAIN or APP_URL?
20 replies
FFilament
Created by Alnuaimi on 1/9/2025 in #❓┊help
I am currently getting a CORS message in my console on my subdomains
how to do it palse , this problem in cloud just ,A Local it is working with laragon
20 replies
FFilament
Created by Hedi on 12/28/2024 in #❓┊help
make pages load with progressbar?
In your panel Use ->spa()
10 replies
FFilament
Created by Alnuaimi on 12/11/2024 in #❓┊help
How to Add a Word List as Buttons to the Filament Rich Editor?
ok,how to write it ?
5 replies
FFilament
Created by TranceCode on 11/24/2024 in #❓┊help
Can't export data using ExportAction with Tenant
If you are using stancl/tenancy You can put this code inside Route/tenant.php inside group just use Filament\Actions\Exports\Http\Controllers\DownloadExport; Route::get('filament/exports/{export}/download', DownloadExport::class) ->name('filament.exports.download') ->middleware(['web', 'auth']);
20 replies
FFilament
Created by yohanan on 11/25/2024 in #❓┊help
Select box dropdown in tableRepeater is limited
Try add ->top() Or use custom class css use Filament\Forms\Components\Select; Select::make('your_field') ->options($yourOptions) ->extraAttributes(['class' => 'custom-dropdown']);
4 replies
FFilament
Created by Phuc Le on 3/31/2024 in #❓┊help
Multi tenancy with multiple database support
Thank you for this awesome solution! Your work is truly excellent and creative>
49 replies
FFilament
Created by Phuc Le on 3/31/2024 in #❓┊help
Multi tenancy with multiple database support
No description
49 replies
FFilament
Created by Phuc Le on 3/31/2024 in #❓┊help
Multi tenancy with multiple database support
It dose not work with me
49 replies
FFilament
Created by dyo on 9/10/2024 in #❓┊help
Alpine Expression Error: error is not defined when using fileupload
.
5 replies
FFilament
Created by Alnuaimi on 10/28/2024 in #❓┊help
When Uploading filed I get Error livewire/upload-file
No description
5 replies