Zmień limit varchar w pliku migracji.

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