F
Filament12mo ago
saeed

Generate not working

When I use artisan make:filament-resource Customer --generate According to document the code not generating the table and forms for me
6 Replies
LeandroFerreira
LeandroFerreira12mo ago
do you have the doctrine/dbal package installed?
saeed
saeed12mo ago
Yes Just like the doc said Even I $fillable all the col inside the model
LeandroFerreira
LeandroFerreira12mo ago
did you run the migrations before running the command with --generate?
saeed
saeed12mo ago
Yes
LeandroFerreira
LeandroFerreira12mo ago
weird.. php artisan about what is the filament version?
saeed
saeed12mo ago
Filament .........................................................................................................................................
Packages ......................................................................................... filament, forms, notifications, support, tables
Version ................................................................................................................................. v2.17.51
Views ........................................................................................................................ PUBLISHED: filament i think becuase my model is inside another folder but i used php artisan make:filament-resource FrontendCMS\AboutUs --generate i use \ insted of / thank you