raheel3031
raheel3031
FFilament
Created by raheel3031 on 11/5/2024 in #❓┊help
fabricator setting homepage
thanks
5 replies
FFilament
Created by raheel3031 on 11/5/2024 in #❓┊help
fabricator setting homepage
Anyone?
5 replies
FFilament
Created by raheel3031 on 10/26/2024 in #❓┊help
path filament plugin in navigation menu
It's solved
17 replies
FFilament
Created by raheel3031 on 10/26/2024 in #❓┊help
path filament plugin in navigation menu
->navigation(function (NavigationBuilder $builder): NavigationBuilder {
return $builder->groups([
NavigationGroup::make('Content')
->items([
...ArticleResource::getNavigationItems(),
...CategoryResource::getNavigationItems(),
...PageResource::getNavigationItems(),
NavigationItem::make('Media')
->icon('heroicon-o-photo')
->url(route('admin/media')),
]),

NavigationGroup::make('Settings')
->items([
...UserResource::getNavigationItems(),
]),

NavigationGroup::make('Shop')
->items([
...CollectionResource::getNavigationItems(),
]),
]);
})
->navigation(function (NavigationBuilder $builder): NavigationBuilder {
return $builder->groups([
NavigationGroup::make('Content')
->items([
...ArticleResource::getNavigationItems(),
...CategoryResource::getNavigationItems(),
...PageResource::getNavigationItems(),
NavigationItem::make('Media')
->icon('heroicon-o-photo')
->url(route('admin/media')),
]),

NavigationGroup::make('Settings')
->items([
...UserResource::getNavigationItems(),
]),

NavigationGroup::make('Shop')
->items([
...CollectionResource::getNavigationItems(),
]),
]);
})
17 replies
FFilament
Created by raheel3031 on 10/26/2024 in #❓┊help
path filament plugin in navigation menu
I will share the code here
17 replies
FFilament
Created by raheel3031 on 10/26/2024 in #❓┊help
path filament plugin in navigation menu
So you have navigation items there and u have to define the url
17 replies
FFilament
Created by raheel3031 on 10/26/2024 in #❓┊help
path filament plugin in navigation menu
To control the menu items from adminPanelProvider. You have to define the path of plugins like curator in there.
17 replies
FFilament
Created by raheel3031 on 10/26/2024 in #❓┊help
path filament plugin in navigation menu
It is the curator plug-in I want to know the path of.
17 replies
FFilament
Created by raheel3031 on 10/26/2024 in #❓┊help
tiptapeditor errors
solved
3 replies
FFilament
Created by raheel3031 on 10/24/2024 in #❓┊help
curator filament plugin view
really strange
86 replies
FFilament
Created by raheel3031 on 10/24/2024 in #❓┊help
curator filament plugin view
this was fine and now it is working @import '/vendor/filament/filament/resources/css/theme.css'; @import '/node_modules/cropperjs/dist/cropper.css'; @import '/vendor/awcodes/filament-curator/resources/css/plugin.css';
86 replies
FFilament
Created by raheel3031 on 10/24/2024 in #❓┊help
curator filament plugin view
ok
86 replies
FFilament
Created by raheel3031 on 10/24/2024 in #❓┊help
curator filament plugin view
but this is not working
86 replies
FFilament
Created by raheel3031 on 10/24/2024 in #❓┊help
curator filament plugin view
i haveto install it in c
86 replies
FFilament
Created by raheel3031 on 10/24/2024 in #❓┊help
curator filament plugin view
i see
86 replies
FFilament
Created by raheel3031 on 10/24/2024 in #❓┊help
curator filament plugin view
owwww
86 replies
FFilament
Created by raheel3031 on 10/24/2024 in #❓┊help
curator filament plugin view
C:\xampp\htdocs\nextxlfabricator>npm install -D cropperjs
86 replies
FFilament
Created by raheel3031 on 10/24/2024 in #❓┊help
curator filament plugin view
in the app
86 replies
FFilament
Created by raheel3031 on 10/24/2024 in #❓┊help
curator filament plugin view
yes
86 replies
FFilament
Created by raheel3031 on 10/24/2024 in #❓┊help
curator filament plugin view
not working here
86 replies