An open API service indexing awesome lists of open source software.

https://github.com/phpmv/ubiquity-project

Ubiquity repository for composer create-project command
https://github.com/phpmv/ubiquity-project

php php-framework ubiquity

Last synced: 3 months ago
JSON representation

Ubiquity repository for composer create-project command

Awesome Lists containing this project

README

          

# {projectName}

This README outlines the details of collaborating on this Ubiquity application.
A short introduction of this app could easily go here.

## Prerequisites

You will need the following things properly installed on your computer.

* php >=7.4
* [Git](https://git-scm.com/)
* [Composer](https://getcomposer.org)
* [Ubiquity devtools](https://ubiquity.kobject.net/)

## Installation

* `composer create-project phpmv/ubiquity-project {projectName}`

## Running / Development

* in **{projectName}** folder
* `Ubiquity serve`
* Visit your app at [http://127.0.0.1:8090](http://127.0.0.1:8090).

### devtools

Make use of the many generators for code, try `Ubiquity help` for more details

### Optimization for production

Run:
`Ubiquity composer optimize`

### Deploying

Specify what it takes to deploy your app.

## Further Reading / Useful Links

* [Ubiquity website](https://ubiquity.kobject.net/)
* [Guide](http://micro-framework.readthedocs.io/en/latest/?badge=latest)
* [Doc API](https://api.kobject.net/ubiquity/)
* [Twig documentation](https://twig.symfony.com)
* [Semantic-UI](https://fomantic-ui.com)