doctrine / inflector

Doctrine Inflector is a small library that can perform string manipulations with regard to uppercase/lowercase and singular/plural forms of words.
https://www.doctrine-project.org/projects/inflector.html
MIT License
11.26k stars 137 forks source link

[Fix] Add `cave` to English irregulars #219

Closed mathieutu closed 1 year ago

mathieutu commented 1 year ago

Hi, I struggled to understand why my Laravel router expected a cafe for my caves resource api. 😅

It's fixed!

Thanks.

A ca~f~ver.

greg0ire commented 1 year ago

Thanks @mathieutu !