/ubiquity-webtools

Webtools for Ubiquity framework

Primary LanguagePHP

img

Latest Stable Version Total Downloads Latest Unstable Version License Documentation Status

Web tools for Ubiquity framework

I - Installation

Webtools are installed from the devtools.

At the project creation

With the -aoption:

Ubiquity new projectName -a

With an existing project

if the project is older than Ubiquity version 2.1.5, update devtools:

composer global update

In your Ubiquity project folder:

Ubiquity admin

To confirm Ubiquity webtools was successfully installed,

type Ubiquity version:

img

II - Running

Start the embedded web server:

Ubiquity serve

Go to the address: http://127.0.0.1:8090/Admin

img