Skip to content

Webtools for Ubiquity framework

Notifications You must be signed in to change notification settings

phpMv/ubiquity-webtools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

img

Latest Stable VersionTotal DownloadsLatest Unstable VersionLicenseDocumentation 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

close