Skip to content

Latest commit

 

History

History
46 lines (29 loc) · 1.11 KB

README.md

File metadata and controls

46 lines (29 loc) · 1.11 KB

groups

This is a small demo application for managing Users and groups with a small Db.

see Groups demo

Prerequisites

You will need the following things properly installed on your computer.

Installation

  • git clone <repository-url> this repository
  • cd groups
  • composer install

Running / Development

devtools

Make use of the many generators for code, try Ubiquity help for more details

Optimization for production

Run: composer install --optimize --no-dev --classmap-authoritative

Deploying

Specify what it takes to deploy your app.

Further Reading / Useful Links