When the database structure is changed or for other reasons, we need to regenerate the crud.
But when the php artisan backpack:crud {name}
command is called again, ALREADY EXISTED
message is displayed
please add --force
argument to php artisan backpack:crud
command for force regenerate and overwrite generated files.
Thanks