Ubiquity client Installation
Devtools installation with composer
Devtools installation with composer
composer global require phpmv/ubiquity-devtools
Project creation
Project creation including an admin interface (webtools)
Project creation including an admin interface (webtools)
Ubiquity new firstProject -a
Project creation via Composer Create-Project
Project creation including client and admin interface
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
Development server starting
cd firstProject
Ubiquity serve