nwjeffm / nw-service-generator by nwjeffm

Laravel Repository Generator.
63
1
1
Package Data
Maintainer Username: nwjeffm
Maintainer Contact: jeffrey.mabazza@nuworks.ph (Jeffrey Mabazza)
Package Create Date: 2017-05-22
Package Last Update: 2017-06-09
Language: PHP
License: MIT
Last Refreshed: 2025-07-10 15:01:01
Package Statistics
Total Downloads: 63
Monthly Downloads: 1
Daily Downloads: 0
Total Stars: 1
Total Watchers: 1
Total Forks: 0
Total Open Issues: 0

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.*"
	}