thedangler
After Login in, Dashboard design is all out of wack.
Application Name ......................................................................................................................... Laravel
Laravel Version ......................................................................................................................... 10.48.10
PHP Version ............................................................................................................................... 8.2.16
Composer Version ........................................................................................................................... 2.7.6
Environment ................................................................................................................................ local
Filament .........................................................................................................................................
Packages ......................................................................................... filament, forms, notifications, support, tables
Version .................................................................................................................................. v3.2.72
Views .............................................................................................................................. NOT PUBLISHED
Livewire .........................................................................................................................................
Livewire ................................................................................................................................. v3.4.11
Laravel Version ......................................................................................................................... 10.48.10
PHP Version ............................................................................................................................... 8.2.16
Composer Version ........................................................................................................................... 2.7.6
Environment ................................................................................................................................ local
Filament .........................................................................................................................................
Packages ......................................................................................... filament, forms, notifications, support, tables
Version .................................................................................................................................. v3.2.72
Views .............................................................................................................................. NOT PUBLISHED
Livewire .........................................................................................................................................
Livewire ................................................................................................................................. v3.4.11
16 replies
Navigation Groups & navigationParentItem not working
Yes its there.
I can not seem for the life of me to get navigation groups to work if the page is from the same resource nor does it work when I try to say what parentNvigationItem is set
7 replies
Navigation Groups & navigationParentItem not working
still an issue even though the documentation states that its possible.
Grouping navigation items
You may group navigation items by specifying a $navigationGroup property on a resource and custom page:
protected static ?string $navigationGroup = 'Settings';
All items in the same navigation group will be displayed together under the same group label, "Settings" in this case. Ungrouped items will remain at the start of the navigation.
in my custom page it simply doesn't show up.
Even if I wanted to place the Edit page under the "List" parent Item by stating the edit page parent is List, nothing shows.
7 replies
Update table from external form.
Ok, I'll give it a shot. I have a custom form above my table and when the action button is applied in goes off and does some stuff to get information for the table which I try to pass with a new query. but never seems to work.
9 replies