Ändern Sie die Varchar -Grenze in der Migrationsdatei.

Schema::create('posts', function (Blueprint $table) {
 	 $table->string('title', 50);
	});
Graceful Gazelle