doctrine/inflector | Laravel 5 String Helpers: Pluralization and Strings
…versions of Laravel managed word inflections itself. Starting with version 5, Laravel now uses the doctrine/inflector package. This package is used by the Illuminate\Support\Pluralizer class, which is utilized by both the plural and the singular...