Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 317 Bytes

automation.md

File metadata and controls

7 lines (5 loc) · 317 Bytes

Yii2-Oauth2-Server Development Automation

There are some tasks that are done automatically when working on tje Yii2-Oauth2-Server:

  • Generation of the base models located under the src/models/base directory.
    Run ./yii batch/models --interactive=0 to generate them.