nwjeffm / nw-repository-generator
Laravel Repository Generator.
1.1
2017-06-05 05:17 UTC
Requires
None
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
This package is not auto-updated.
Last update: 2026-09-05 05:36:24 UTC
README
Laravel - NW Service Generator
Requirements
Laravel >=5.3.*
PHP >=5.6.4
How To Install
- Using CLI command, copy and execute this command in the target project or specified folder:
composer require nwjeffm/nw-repository-generator
- In your composer.json file add this require key:
"require": {
"nwjeffm/nw-repository-generator": "1.1.*"
}