Измените предел варчара в файле миграции.

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