Parsing Translation Keys With parseKey | Laravel 5: String Translation Public API
The parseKey is used to parse a given $key into its namespace, group and item parts. The namespace refers to a custom namespace (or the default * namespace); the group refers to a particular file, such as passwords.php and the item refers to a...