neoan3-model / user
demo user model
Installs: 14
Dependents: 3
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
pkg:composer/neoan3-model/user
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: 2025-09-29 02:50:14 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.