Closed adampatterson closed 5 months ago
@adampatterson the Filament resources stuck as Idle if you don't install Filament in the project (Vemto shows a modal asking you to install Filament before generating the code). It is necessary because Vemto needs to boot the whole Laravel application, and if it generates Filament classes without Filament being installed, Laravel will not boot correctly and Vemto may not work
Humm, I created a new project and chose filament then. It did install Filament 3.2
I do have a Filament AdminPanelProvider
, but that's all I noticed.
I also tried creating some CRUD pages and they didn't generate anything.
@adampatterson is this still on Idle state?
@TiagoSilvaPereira yea it's been a day.
@adampatterson, could you please record a video showing the entire process? I did not manage to reproduce this issue, so if you could provide more information, this would help a lot
Hello @TiagoSilvaPereira sure I can try to do that tonight, it's been a busy week :)
I am on the trial and it's probably got a few days left.
@TiagoSilvaPereira I recreated the project and feel silly.
1) I didn't know to click the play button, I sort of assumed it was to run unit tests.
Hi @adampatterson it accounts for all tables on your project, including the Laravel default tables (which you can see under the "Laravel" schema section). Could you please try with a smaller project where you can finish code generation and check if this work?
@TiagoSilvaPereira sute thing, I'll check my tables. I included users but I assume migration and jobs will also count so that could be what put me over.
@adampatterson, that's perfect! Yes, it does account for all application tables, including the 8 tables generated by Laravel migrations. I want to change this behavior in the future, but I haven't had time yet. Best regards!
I reduced the number of tables but my previous issue is causing problems.
I haven't change anything but always have a schema changes so the queues are still idle.
https://github.com/TiagoSilvaPereira/vemto2-issues/issues/149
@adampatterson closing as it seems to be resolved. Please feel free to reopen if necessary
I was playing around with the app trying to assess it's capabilities and so far really like it.
I tried to add some simple Filament resources but they are all stuck as Idle.