Laravel 5 Message Bags: Adding Messages to the Message Bag With add
The add method adds a new message to the MessageBag instance. The message is identified by a given $key and contains the value $message . The add method returns a reference to the current MessageBag instance.