Dimmm
How can i publish view component that comes from filament ?
Some views that i wanted to customize such as login view, or topbar layout is only available in the vendor folder.
But i cant seem to find the command to publish those views on the internet.
7 replies
SQLSTATE[42S02]: Base table or view not found: 1146 Table 'db.sessions' doesn't exist
does filament usually needs sessions table to work ?
my other project of which also using filament v.3.2 doesnt have a sessions table in its db, but i can open it just fine
3 replies
Cant edit variable inside custom page class in blade
i have a custom page which has public variable inside it. I wanted to make it accessible in the view, and it worked.
But when i wanted to update the value using
wire:model
, the value in the custom page class wont change.
how can i bind the variable of the filament custom page class to a input / select in the view ?4 replies