Vladyslav
Vladyslav
FFilament
Created by Vladyslav on 12/7/2023 in #❓┊help
ax-load-css does not work
okay, i dont understand what going on, but this help me:
ax-load-css="{{ \Filament\Support\Facades\FilamentAsset::getStyleHref('menu-builder-css', 'modules/menu-builder') }}"
ax-load-css="{{ \Filament\Support\Facades\FilamentAsset::getStyleHref('menu-builder-css', 'modules/menu-builder') }}"
change to
x-load-css="[@js(\Filament\Support\Facades\FilamentAsset::getStyleHref('menu-builder-css', 'modules/menu-builder'))]"
x-load-css="[@js(\Filament\Support\Facades\FilamentAsset::getStyleHref('menu-builder-css', 'modules/menu-builder'))]"
All code
ax-load
ax-load-src="{{ \Filament\Support\Facades\FilamentAsset::getAlpineComponentSrc('menu-builder-alpine', 'modules/menu-builder') }}"
x-load-css="[@js(\Filament\Support\Facades\FilamentAsset::getStyleHref('menu-builder-css', 'modules/menu-builder'))]"
ax-load
ax-load-src="{{ \Filament\Support\Facades\FilamentAsset::getAlpineComponentSrc('menu-builder-alpine', 'modules/menu-builder') }}"
x-load-css="[@js(\Filament\Support\Facades\FilamentAsset::getStyleHref('menu-builder-css', 'modules/menu-builder'))]"
It seems strange
4 replies
FFilament
Created by Vladyslav on 10/10/2023 in #❓┊help
Publish filament assets
i just copied dist files from the composer vendor/filament/filament/dist to public/filament/assets and it seems to work
6 replies
FFilament
Created by Vladyslav on 10/10/2023 in #❓┊help
Publish filament assets
No description
6 replies
FFilament
Created by Vladyslav on 9/25/2023 in #❓┊help
notification position
I already found it myself in history of discord. Sorry
use Filament\Notifications\Livewire\Notifications;
use Filament\Support\Enums\Alignment;
use Filament\Support\Enums\VerticalAlignment;

Notifications::alignment(Alignment::Center);
Notifications::verticalAlignment(VerticalAlignment::Start);
use Filament\Notifications\Livewire\Notifications;
use Filament\Support\Enums\Alignment;
use Filament\Support\Enums\VerticalAlignment;

Notifications::alignment(Alignment::Center);
Notifications::verticalAlignment(VerticalAlignment::Start);
4 replies
FFilament
Created by Fally on 3/19/2023 in #❓┊help
Any suggestions on speeding up filament?
The service provider of blade icons takes a lot of resources while booting laravel app. Try to use icons:cache to avoid this annoying.
13 replies
FFilament
Created by Vladyslav on 3/5/2023 in #❓┊help
Dynamic help text for list records page
i think that the base widget don't need for me. StatsOverviewWidget will be enough for me to use as base widget. But thanks for your answer anyway🙂
7 replies
FFilament
Created by Vladyslav on 3/5/2023 in #❓┊help
Dynamic help text for list records page
overwhelming - i mean that i should create a new widget for each list record page and fill them with the right data. Maybe the problem for me - is that impossible to pass data to the widget directly from a specific resource. For example, I want to create InfoWidget that will be reusable for ten resources. I want just to pass data to widget from specific resources and avoid creating ten widgets for each resource Maybe it's some kind of nonsense on my part. Maybe there is already something similar and I just can’t find it in the documentation. The main idea - is to describe resource for client/admin. I will accept any tips with pleasure I hope my English will be understandable for you😇
7 replies