sir_abdull
sir_abdull
FFilament
Created by sir_abdull on 1/6/2025 in #❓┊help
CUSTOM PAGE STYLING
Ok i will Thanks,
17 replies
FFilament
Created by sir_abdull on 1/6/2025 in #❓┊help
CUSTOM PAGE STYLING
Also in custom pages I can see a method for getting visible header widgets and hidden as well .is they any helper for toggling this widgets visibility on the page? or I have to implement the logic myself. Thanks
17 replies
FFilament
Created by sir_abdull on 1/6/2025 in #❓┊help
CUSTOM PAGE STYLING
Thanks I've added
'./resources/views/**/.*.php'
'./resources/views/**/.*.php'
to the options and everything works fine now 😊 ✨️ Thanks much 👏
17 replies
FFilament
Created by sir_abdull on 1/6/2025 in #❓┊help
CUSTOM PAGE STYLING
And my views are normally or should I say all ln. resources/views
17 replies
FFilament
Created by sir_abdull on 1/6/2025 in #❓┊help
CUSTOM PAGE STYLING
Ohh I don't think they are covered by the content option, I currently have this
import preset from '../../../../vendor/filament/filament/tailwind.config.preset'

export default {
presets: [preset],
content: [
'./app/Filament/C:\Users\hp\Desktop\ProjectFolder\ProjectName\app\Filament\Clusters\Shipping\**/*.php',
'./resources/views/filament/c:\-users\hp\-desktop\-p-r-o-j-e-c-t-f-o-l-d-e-r\-projectname\app\-filament\-clusters\-shipping\**/*.blade.php',
'./vendor/filament/**/*.blade.php',
],
}
import preset from '../../../../vendor/filament/filament/tailwind.config.preset'

export default {
presets: [preset],
content: [
'./app/Filament/C:\Users\hp\Desktop\ProjectFolder\ProjectName\app\Filament\Clusters\Shipping\**/*.php',
'./resources/views/filament/c:\-users\hp\-desktop\-p-r-o-j-e-c-t-f-o-l-d-e-r\-projectname\app\-filament\-clusters\-shipping\**/*.blade.php',
'./vendor/filament/**/*.blade.php',
],
}
17 replies
FFilament
Created by sir_abdull on 1/6/2025 in #❓┊help
CUSTOM PAGE STYLING
I use tailwind alright so I just feel the classes should be compiled from my views into thene.css
17 replies
FFilament
Created by sir_abdull on 1/6/2025 in #❓┊help
CUSTOM PAGE STYLING
Thanks yeah, ran npm run build initially, but I guess that's for production, so I'm using npm run dev currently, . do I need to declare the classes in my theme.css ?
17 replies
FFilament
Created by sir_abdull on 1/6/2025 in #❓┊help
CUSTOM PAGE STYLING
I created a custom theme I followed the instructions on the filament docs
17 replies
FFilament
Created by sir_abdull on 1/6/2025 in #❓┊help
CUSTOM PAGE STYLING
Yes I did
17 replies
FFilament
Created by d3v1anX on 8/8/2024 in #❓┊help
Standard Create Action in modal
You can do the same from a table Action.
8 replies
FFilament
Created by d3v1anX on 8/8/2024 in #❓┊help
Standard Create Action in modal
Ok first for creating new user with an action.. If you want to do it from your list Page. you can add a getheaderActions() on the page class. Then use Filament\Actions\Action::make('new user'') ->form([ // create your form here using Filament\Forms ]) ->action( // your logic to create user here. ) //you can chain further methods as required
8 replies
FFilament
Created by d3v1anX on 8/8/2024 in #❓┊help
Standard Create Action in modal
If I understand clearly you want to create a user with just a modal I.E not redirecting to a create page.
8 replies
FFilament
Created by Sourabh on 7/31/2024 in #❓┊help
Modal Blade component background not showing transparent.
Seems your video is also dark :squint:
17 replies