https://github.com/phpmv/ubiquity-webtools
Webtools for Ubiquity framework
https://github.com/phpmv/ubiquity-webtools
php php-framework ubiquity ubiquity-framework webtools
Last synced: 10 months ago
JSON representation
Webtools for Ubiquity framework
- Host: GitHub
- URL: https://github.com/phpmv/ubiquity-webtools
- Owner: phpMv
- Created: 2019-06-24T00:30:22.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-03-27T00:41:59.000Z (almost 3 years ago)
- Last Synced: 2025-04-08T06:44:15.458Z (10 months ago)
- Topics: php, php-framework, ubiquity, ubiquity-framework, webtools
- Language: PHP
- Homepage: https://ubiquity.kobject.net
- Size: 998 KB
- Stars: 6
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

[](https://packagist.org/packages/phpmv/ubiquity-webtools)
[](https://packagist.org/packages/phpmv/ubiquity-webtools)
[](https://packagist.org/packages/phpmv/ubiquity-webtools)
[](https://packagist.org/packages/phpmv/ubiquity-webtools)
[](http://micro-framework.readthedocs.io/en/latest/?badge=latest)
Web tools for [Ubiquity framework](https://github.com/phpMv/ubiquity)
## I - Installation
Webtools are installed from the [devtools](https://github.com/phpMv/ubiquity-devtools).
### At the project creation
With the `-a`option:
```bash
Ubiquity new projectName -a
```
### With an existing project
if the project is older than Ubiquity version 2.1.5,
update devtools:
```bash
composer global update
```
In your Ubiquity project folder:
```bash
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``
