phpmv / ubiquity-webtools
Webtools for Ubiquity framework
2.5.5
2023-03-27 00:40 UTC
Requires
- php: >=7.4
- phpmv/php-mv-ui: >2.2.19
- phpmv/ubiquity-dev: ^0.1 | dev-master
- twig/twig: ^3.0
- vlucas/phpdotenv: ^5.5
This package is auto-updated.
Last update: 2026-05-27 07:32:22 UTC
README
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:
II - Running
Start the embedded web server:
Ubiquity serve
Go to the address: http://127.0.0.1:8090/Admin


