Laravel MessageBag Public API: has
…-> add ( ' test ' , ' Example message ' ) ; 13 14 // true 15 $ hasMessage = $ messageBag -> has ( ' test ' ) ;This article is the start of a mini-series about Laravel's ErrorMessageBag component. Click through the rest of the articles to continue...