Skip to content

Console: HMS Entity boilerplate creation helpers#189

Merged
roberthunt merged 1 commit intomasterfrom
boilerpalte
Jun 7, 2017
Merged

Console: HMS Entity boilerplate creation helpers#189
roberthunt merged 1 commit intomasterfrom
boilerpalte

Conversation

@dpslwk
Copy link
Member

@dpslwk dpslwk commented Jun 7, 2017

Usage:
php artisan hms:make GateKeeper/RfidTag

hms:make will create boilerplate files for Entity, Mapping, Repository Interface, Repository Implementation (docrtine) and Factory

each file can also be generated individually using the appropriate command from below

  hms:make                            Create a new Entity/Mapping/Interface/Implementation/Factory all in one go.
  hms:make:entity                     Create a new Entity
  hms:make:factory                    Create a new Factory
  hms:make:mapping                    Create a new Mapping
  hms:make:repository:implementation  Create a new Repository Implementation
  hms:make:repository:interface       Create a new Repository Interface

@dpslwk dpslwk added this to the Base System milestone Jun 7, 2017
@dpslwk
Copy link
Member Author

dpslwk commented Jun 7, 2017

I so should have done this sooner

Usage:
`php artisan hms:make GateKeeper/RfidTag`

`hms:make` will create boilerplate files for Entity, Mapping, Repository Interface, Repository Implementation (docrtine), Factory

each file can also be generated individually using the appropriate command from below

```
  hms:make                            Create a new Entity/Mapping/Interface/Implementation/Factory all in one go.
  hms:make:entity                     Create a new Entity
  hms:make:factory                    Create a new Factory
  hms:make:mapping                    Create a new Mapping
  hms:make:repository:implementation  Create a new Repository Implementation
  hms:make:repository:interface       Create a new Repository Interface
```
Copy link
Contributor

@roberthunt roberthunt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks okay

@roberthunt roberthunt merged commit 0811547 into master Jun 7, 2017
@dpslwk dpslwk deleted the boilerpalte branch June 7, 2017 20:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants