https://github.com/brandcom/cakephp-versions
https://github.com/brandcom/cakephp-versions
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/brandcom/cakephp-versions
- Owner: brandcom
- Created: 2022-02-22T13:28:51.000Z (over 4 years ago)
- Default Branch: cake3
- Last Pushed: 2022-02-23T11:39:48.000Z (over 4 years ago)
- Last Synced: 2025-12-31T10:04:21.731Z (6 months ago)
- Language: PHP
- Size: 3.91 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# cakephp-versions
```
composer require jbennecker/cakephp-versions
```
```
bin/cake plugin load Versions
```
```
// config/app_versions.php
[
'token' => 'YOUR_TOKEN',
],
];
```