id(); $table->string('name'); $table->string('slug'); $table->string('category'); $table->string('dashboard'); $table->string('image'); $table->string('description'); $table->string('link_demo'); }); } /** * Reverse the migrations. * * @return void */ public function down() { // } }