Ubiquity client Installation
Devtools installation with composer

composer global require phpmv/ubiquity-devtools

Project creation
Project creation including an admin interface (webtools)

Ubiquity new firstProject -a

Project creation via Composer Create-Project
Project creation including client and admin interface

composer create-project phpmv/ubiquity-project firstProject
The created project contains the client console (devtools), and the web administration module (webtools).
or

Local development server
Development server starting

cd firstProject
Ubiquity serve

What's next ?

Guide
Guide to discover the framework part by part
Read now
Documentation API
Reference documentation for all classes
Explore now
A problem with Composer?
Download an application skeleton on github
Download now