Skip to content

phpMv/groups

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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