phpmv/ubiquity-webtools

Webtools for Ubiquity framework

Installs: 10 059

Dependents: 1

Suggesters: 0

Security: 0

Stars: 5

Watchers: 2

Forks: 1

Open Issues: 0

Type:extension

2.5.5 2023-03-27 00:40 UTC

README

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