johnnie_littleshoes
Resource's table actions affect RelationManager's table actions
RelationManager reuses table from Resource, overriding
actions()
Resource table has these actions()
when I click on a row in the RelationManager, it triggers the View modal instead of the Edit modal. Is that expected?2 replies
/database directory moved inside /config
All files and directories inside '/database' (factories, migrations, seeders), the whole directory got moved into '/config'. Is there any reason that could've happened other than me accidentally dragging it there? 🤔
8 replies
unexpected token in base.blade.php
I got
Syntax error: unexpected token ':'
in the base.blade.php
vendor file, line 103: @filamentScripts(withCore: true)
.
Apparently it does not affect any parts of the app, afaik. Is it something I should try to fix or just ignore it in my VSCode Problems panel?4 replies