-
Using Laravel for this, but it uses Inflector under the hood.
```
> Str::plural('addendum')
= "addendums" // should be `addenda`
> Str::singular('addenda') …
-
With Swagger inflector and Swagger-node it's now more common to have endpoints that we **don't want to document** but we want to have them in the spec for other uses. There should be a way to mark end…
-
### Environment
#### Package
show
```
$ composer show --latest gedmo/doctrine-extensions
name : gedmo/doctrine-extensions
descrip. : Doctrine behavioral extensions
keyword…
-
### Description
I can execute subcommands like `cake my_plugin.my_command mysubcommand`, but I cannot execute them with the plugin name in camel case, like `cake MyPlugin.my_command mysubcommand`. …
-
I have a Lumen REST API and I'm trying to install using `composer require mpociot/laravel-apidoc-generator`.
But I get the following error.
` Problem 1
- Conclusion: don't install mpociot/la…
-
We want to use swagger-inflector without individual controllers and individual methods. We want to have a single method that accepts incoming requests from multiple operations (somewhat similarly to w…
-
**Issue by [schickling](https://github.com/schickling)**
_Tuesday Nov 28, 2017 at 11:41 GMT_
_Originally opened as https://github.com/graphcool/prisma/issues/1342_
----
By default Graphcool uses a …
-
It's strange that you deprecate the following methods (tableize, classify, ...), because it's still used in Doctrine ORM:
For example ``Inflector::classify`` is used in:
https://github.com/doctri…
-
Inflector is different from most crates in using a capital letter to start it's crate name. It would be nice if it was consistent with the rest of the ecosystem.
-
This code:
```rust
assert_eq!(
inflector::cases::classcase::to_class_case("editMessageMedia"),
"EditMessageMedia"
);
```
Fails with this error:
```
thread 'main' panicked at 'asserti…