phpmv / ubiquity-project
Ubiquity-framework new project
Installs: 2 886
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 0
Open Issues: 0
Type:framework
Requires
- php: >=7.4
- phpmv/ubiquity: ^2.3
- twig/twig: ^3.0
Requires (Dev)
- phpmv/php-mv-ui: ^2.2
- phpmv/ubiquity-codeception: ^1.0
- phpmv/ubiquity-commands: ^0.0
- phpmv/ubiquity-debug: ^0.0
- phpmv/ubiquity-dev: ^0.1
- phpmv/ubiquity-devtools: ^1.3
- phpmv/ubiquity-webtools: ^2.4
README
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
- Composer
- Ubiquity devtools
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.
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.