Alnuaimi
Alnuaimi
FFilament
Created by Mike Peters on 1/27/2025 in #❓┊help
Rich Editor escaping its own HTML
no no you do not use Laravel middleware messing with the payload and escaping characters like this Filament RichEditor is working very good you can check filament V or Laravel ,or you can user RichEditorin another place or definite project for test
10 replies
FFilament
Created by KingNii on 1/26/2025 in #❓┊help
Second Panel
php artisan make:filament-resource Customer enter it will ask on prompt
5 replies
FFilament
Created by Mike Peters on 1/27/2025 in #❓┊help
Rich Editor escaping its own HTML
can you tack screen for your code
10 replies
FFilament
Created by Mike Peters on 1/27/2025 in #❓┊help
Rich Editor escaping its own HTML
use RichEditor not markdown
10 replies
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