neoan3-model / user
demo user model
dev-master
2021-04-28 22:18 UTC
Requires
- mnsami/composer-custom-directory-installer: 1.1.*||2.0.*
- neoan3-apps/db: ^0.3
- neoan3-apps/ops: ^1.0
- neoan3-apps/transformer: ^1
- neoan3-model/index: ^1
Requires (Dev)
- phpunit/phpunit: ^8.4@dev
This package is auto-updated.
Last update: 2024-10-29 05:44:15 UTC
README
This package is provided for a quick-start experience in neoan3
Installation
After initializing a neoan3 app ( instructions ), use the neoan3-cli:
neoan3 add model neoan3-model/user https://github.com/sroehrl/neoan3-userModel.git
Then, run neoan3 migrate models up
to add required fields/tables to your database.