Skip to content

Latest commit

 

History

History
39 lines (23 loc) · 1006 Bytes

README.md

File metadata and controls

39 lines (23 loc) · 1006 Bytes

Invoker Plugin Model Factory

Invoker Plugin

Plugin that allows you to run your model factories directly in Invoker.

Installation

  • Download the zip file in the releases section.
  • Open your Invoker app.
  • Now open the plugins page in Invoker
  • Load the zip file by pressing the "Load from disk" button.
  • Restart Invoker app.

Local Installation

Create a folder on the root of your Laravel application invoker/plugins and clone the repository into that folder.

git clone [email protected]:zarate-systems/invoker-plugin-model-factory.git

  • Install the npm dependencies.

npm install

  • Generate the production files.

npm run prod

Enjoy ✨

Roadmap

  • Add feature Overriding Attributes
  • Add feature to apply factory states
  • Add feature to indicate how many model factories you want to generate

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.