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
do you have the
doctrine/dbal
package installed?Yes
Just like the doc said
Even I $fillable all the col inside the model
did you run the migrations before running the command with --generate?
Yes
weird..
php artisan about
what is the filament version?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
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