nwjeffm / nw-repository-generator
Laravel Repository Generator.
Installs: 63
Dependents: 1
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/nwjeffm/nw-repository-generator
This package is not auto-updated.
Last update: 2025-10-04 01:16:00 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.*"
}