https://github.com/noud/nouns-laravel
This Laravel PHP package exposes one Doctrine Inflector as back end API.
https://github.com/noud/nouns-laravel
Last synced: about 1 year ago
JSON representation
This Laravel PHP package exposes one Doctrine Inflector as back end API.
- Host: GitHub
- URL: https://github.com/noud/nouns-laravel
- Owner: noud
- License: mit
- Created: 2021-01-09T08:48:04.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-04-18T13:27:16.000Z (about 5 years ago)
- Last Synced: 2025-01-30T15:27:43.100Z (over 1 year ago)
- Language: PHP
- Size: 115 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# [Noun](http://en.wikipedia.org/wiki/Noun)s [Laravel](http://laravel.com)

This Laravel PHP package exposes one [Doctrine](http://doctrine-project.org) [Inflector](http://doctrine-project.org/projects/inflector.html) as [back end](http://en.wikipedia.org/wiki/Front_end_and_back_end) [API](http://en.wikipedia.org/wiki/API).
```
plural/{singular}
singular/{plural}
```
## Naming conventions
- [Laravel](http://webdevetc.com/blog/laravel-naming-conventions/)
## Tooling
```
composer require noud/schema-builder --dev
composer require noud/nouns-laravel
php artisan vendor:publish
composer require doctrine/dbal
composer require infyomlabs/laravel-generator --dev
php artisan infyom:publish
php artisan infyom:model NormalNoun --fromTable
php artisan infyom:model IrregularNoun --fromTable
```
For the API follow [infyom](https://infyom.com/open-source/laravelgenerator/docs/8.0/generator-options#swagger)
[Laravel host](https://github.com/noud/laravel/tree/8.x-nouns)