@php echo "tableName }}', function (Blueprint $table) { {!! $fields !!} }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::drop('{{ $config->tableName }}'); } };