https://github.com/phpmv/groups
Ubiquity sample
https://github.com/phpmv/groups
php ubiquity-framework
Last synced: 2 months ago
JSON representation
Ubiquity sample
- Host: GitHub
- URL: https://github.com/phpmv/groups
- Owner: phpMv
- Created: 2021-02-14T17:39:41.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2022-09-29T00:28:06.000Z (over 3 years ago)
- Last Synced: 2025-03-03T05:23:48.536Z (11 months ago)
- Topics: php, ubiquity-framework
- Language: PHP
- Homepage: https://groups.sts-sio-caen.info
- Size: 52.7 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# groups
This is a small demo application for managing Users and groups with a small Db.
see [Groups demo](https://test-2.sts-sio-caen.info)
## 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
* `git clone ` this repository
* `cd groups`
* `composer install`
## Running / Development
* `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:
`composer install --optimize --no-dev --classmap-authoritative`
### 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://semantic-ui.com)