Comment your this peace of code
DB::table('projects')->delete();
this becomes
// DB::table('projects')->delete();
and then run the command db:seed --refresh
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community