nwjeffm / nw-service-generator by nwjeffm

Laravel Repository Generator.
62
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: 2024-11-20 03:00:48
Package Statistics
Total Downloads: 62
Monthly Downloads: 0
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.*"
	}