saeed
saeed
FFilament
Created by saeed on 1/26/2024 in #❓┊help
Full screen page with form
do you have any solution ?
12 replies
FFilament
Created by saeed on 1/26/2024 in #❓┊help
Full screen page with form
and if i uncomment Authenticate Route [login] not defined.
12 replies
FFilament
Created by saeed on 1/26/2024 in #❓┊help
Full screen page with form
i get this message localhost redirected you too many times.
12 replies
FFilament
Created by saeed on 1/26/2024 in #❓┊help
Full screen page with form
code: return $panel ->id('public') ->path('') ->colors([ 'primary' => Color::Amber, ]) ->discoverResources(in: app_path('Filament/Public/Resources'), for: 'App\Filament\Public\Resources') ->discoverPages(in: app_path('Filament/Public/Pages'), for: 'App\Filament\Public\Pages') ->pages([ Register::class, ]) ->discoverWidgets(in: app_path('Filament/Public/Widgets'), for: 'App\Filament\Public\Widgets') ->widgets([ // Widgets\AccountWidget::class, // Widgets\FilamentInfoWidget::class, ]) ->middleware([ EncryptCookies::class, AddQueuedCookiesToResponse::class, StartSession::class, AuthenticateSession::class, ShareErrorsFromSession::class, VerifyCsrfToken::class, SubstituteBindings::class, DisableBladeIconComponents::class, DispatchServingFilamentEvent::class, ]) ->authMiddleware([ // Authenticate::class, ]);
12 replies
FFilament
Created by saeed on 1/26/2024 in #❓┊help
Full screen page with form
i give the error the login is not found
12 replies
FFilament
Created by saeed on 9/29/2023 in #❓┊help
How use Public Var inside Action
is anyone can help me
4 replies
FFilament
Created by saeed on 8/31/2023 in #❓┊help
records based on roles
thank you
14 replies
FFilament
Created by saeed on 8/31/2023 in #❓┊help
records based on roles
you right
14 replies
FFilament
Created by saeed on 8/31/2023 in #❓┊help
records based on roles
is this modifi correct return static::getModel()::query()->where('user_id', Auth::user()->id);
14 replies
FFilament
Created by saeed on 8/31/2023 in #❓┊help
records based on roles
i'm sorry
14 replies
FFilament
Created by saeed on 8/31/2023 in #❓┊help
records based on roles
i get this Class "App\Filament\Resources\AsnadResource\Pages\Actions\CreateAction" not found
14 replies
FFilament
Created by saeed on 8/31/2023 in #❓┊help
records based on roles
and when i use use Illuminate\Database\Eloquent\Builder;
14 replies
FFilament
Created by saeed on 8/31/2023 in #❓┊help
records based on roles
i want to do this but i get this error
14 replies
FFilament
Created by saeed on 8/31/2023 in #❓┊help
records based on roles
Could not check compatibility between App\Filament\Resources\AsnadResource::getEloquentQuery(): App\Filament\Resources\Builder and Filament\Resources\Resource::getEloquentQuery(): Illuminate\Database\Eloquent\Builder, because class App\Filament\Resources\Builder is not available
14 replies
FFilament
Created by saeed on 8/26/2023 in #❓┊help
new panel route
if any one got this error you can fix it by adding ->login() to panel config
4 replies
FFilament
Created by saeed on 8/26/2023 in #❓┊help
new panel route
4 replies
FFilament
Created by saeed on 8/9/2023 in #❓┊help
use form builder insider html bootstrap template
not change still the same
6 replies
FFilament
Created by saeed on 8/9/2023 in #❓┊help
use form builder insider html bootstrap template
6 replies
FFilament
Created by saeed on 8/4/2023 in #❓┊help
Generate not working
thank you
13 replies
FFilament
Created by saeed on 8/4/2023 in #❓┊help
Generate not working
i use \ insted of /
13 replies