https://github.com/phpmv/ubiquity-annotations
php annotations (phpdoc comments) for Ubiquity framework
https://github.com/phpmv/ubiquity-annotations
Last synced: 11 months ago
JSON representation
php annotations (phpdoc comments) for Ubiquity framework
- Host: GitHub
- URL: https://github.com/phpmv/ubiquity-annotations
- Owner: phpMv
- License: apache-2.0
- Created: 2020-12-12T17:00:45.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2022-02-19T18:41:08.000Z (almost 4 years ago)
- Last Synced: 2025-02-14T14:42:14.244Z (12 months ago)
- Language: PHP
- Homepage:
- Size: 49.8 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ubiquity-annotations
php annotations for Ubiquity framework with mindplay/php-annotations
As mindplay annotations are not yet compatible with PHP8, you have to add a fix in the `composer.json` file of your project:
```json
"repositories": [
{
"type": "vcs",
"url": "https://github.com/phpMv/php-annotations"
}
],
"require-dev" : {
"mindplay/annotations": "dev-php8-fix as 1.3.2",
},
```
Run `composer update`
If necessary, remember to clear the cache (especially the annotations cache in `app/cache/annotations` folder).
```bash
Ubiquity clear-cache
```