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
- Host: GitHub
- URL: https://github.com/phpmv/ubiquity-project
- Owner: phpMv
- Created: 2019-10-02T01:18:23.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-06-15T00:03:04.000Z (over 4 years ago)
- Last Synced: 2025-02-14T09:26:02.916Z (12 months ago)
- Topics: php, php-framework, ubiquity
- Homepage:
- Size: 16.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)