Mo Khosh

Results 56 comments of Mo Khosh

@CharlieEtienne Yes, it's not super elegant, but you can do it in the edit modal like this: ```php use Filament\Forms\Components\Actions; use Filament\Forms\Components\Actions\Action; protected function getEditModalFormSchema(?int $recordId): array { return [...

1. This was an interesting video, I recommend we all watch it: https://www.youtube.com/watch?v=qScVFyOGL_Y 2. I suggest we brainstorm some ideas about the public API, and discuss pros and cons. 3....

here's an idea what if we don't have migration files. we just have a migrate command that looks at your model and creates/alters the table to match your model. that...

> Symfony style? Great for development, scary for live databases. I think anything touching your live database is scary anyway. What do you think makes it more scary though? In...

> I have once done an Entity (Model) change which caused the "auto migrate' feature to rename the column by dropping it and recreating it, resulting in an empty table....

> To be clear: Tempest is targeting small and medium projects, not big projects. That's great. And it makes me wonder why we're worrying about things falling apart even more....