nwjeffm/nw-repository-generator

Laravel Repository Generator.

1.1 2017-06-05 05:17 UTC

This package is not auto-updated.

Last update: 2024-04-19 18:21:32 UTC


README

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