Augadh
Augadh
FFilament
Created by Maxxx22 on 10/27/2023 in #❓┊help
Repeater: show delete button on each line conditionally
Any solution for this ?
3 replies
FFilament
Created by Augadh on 10/5/2023 in #❓┊help
How to use InfoList repeatable entry to show files with clickable links
Found the solution
Components\RepeatableEntry::make('uploads')
->schema([
Components\TextEntry::make(''),
]),
Components\RepeatableEntry::make('uploads')
->schema([
Components\TextEntry::make(''),
]),
just leave TextEntry empty.
3 replies
FFilament
Created by Augadh on 10/3/2023 in #❓┊help
How to use different Model for newly added panel for authentication
Thanks
4 replies
FFilament
Created by Augadh on 9/8/2023 in #❓┊help
create route not working(404) in all resources. HELP!
Thanks a lot
14 replies
FFilament
Created by Augadh on 9/8/2023 in #❓┊help
create route not working(404) in all resources. HELP!
weird issue though
14 replies
FFilament
Created by Augadh on 9/8/2023 in #❓┊help
create route not working(404) in all resources. HELP!
@z3d0x Okay that fixed it
14 replies
FFilament
Created by Augadh on 9/8/2023 in #❓┊help
create route not working(404) in all resources. HELP!
<?php

namespace App\Filament\Admin\Resources\ServiceResource\Pages;

use App\Filament\Admin\Resources\ServiceResource;
use Filament\Actions;
use Filament\Resources\Pages\CreateRecord;

class CreateService extends CreateRecord
{
protected static string $resource = ServiceResource::class;
protected function getRedirectUrl(): string
{
return $this->getResource()::getUrl('index');
}
}
<?php

namespace App\Filament\Admin\Resources\ServiceResource\Pages;

use App\Filament\Admin\Resources\ServiceResource;
use Filament\Actions;
use Filament\Resources\Pages\CreateRecord;

class CreateService extends CreateRecord
{
protected static string $resource = ServiceResource::class;
protected function getRedirectUrl(): string
{
return $this->getResource()::getUrl('index');
}
}
14 replies
FFilament
Created by Augadh on 9/8/2023 in #❓┊help
create route not working(404) in all resources. HELP!
No description
14 replies
FFilament
Created by Augadh on 9/8/2023 in #❓┊help
create route not working(404) in all resources. HELP!
no
14 replies