This is a small demo application for managing Users and groups with a small Db.
see Groups demo
You will need the following things properly installed on your computer.
- php >=7.4
- Git
- Composer
- Ubiquity devtools
git clone <repository-url>
this repositorycd groups
composer install
Ubiquity serve
- Visit your app at http://127.0.0.1:8090.
Make use of the many generators for code, try Ubiquity help
for more details
Run:
composer install --optimize --no-dev --classmap-authoritative
Specify what it takes to deploy your app.