calebesantana
Table from different database connection
When I
dd($this->alunos)
it's showing the correct model properties, exactly like the select in this query, but when I use this values in the getTableColumns()
it's not rendering...where I'm forgotten to select?
Maybe it's necessary to create the relationships and try to access the values from the relation?12 replies
notifications aren't showing up correctly at custom livewire layout
Well, as I said, filament admin panel is loading this file and I put this just to test if I'm missing something that this
manifest
file has that my app.js
it doesnt...I just had followed the notifications docs to install it in my livewire layout, forget about the manifest
since this file doesnt exist in the docs guide..32 replies
notifications aren't showing up correctly at custom livewire layout
I just have the manifest.js compiled...that's why I'm not sure if I should use it in my livewire layout, I just put it there to test since my admin panel is loading this file..
32 replies
notifications aren't showing up correctly at custom livewire layout
I just have the
manifest.js
compiled...that's why I'm not sure if I should use it in my livewire layout, I just put it there to test since my admin panel is loading this file..32 replies
notifications aren't showing up correctly at custom livewire layout
If I use just the
app.js
but inside the <body> tag, the notifications persist with that weird behaviour that it's being called, the network request it's happening and successfull, but it doesn't show the notification in my blade page, still invisible...32 replies
notifications aren't showing up correctly at custom livewire layout
The
app.js
I'm pretty sure that is importing AlpineFloatingUI
, Alpine
and NotificationsAlpinePlugin
just as said the docs...about the manifest.js
I'm not sure, I think this file was created on some other process since I'm using Laravel Mix to compile my assets. Then I realized that the admin panel was loading this file and then I tried to use it in my layout and it works32 replies