https://github.com/pmvc-plugin/default_forward
https://github.com/pmvc-plugin/default_forward
Last synced: 25 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/pmvc-plugin/default_forward
- Owner: pmvc-plugin
- Created: 2016-04-10T02:10:36.000Z (about 10 years ago)
- Default Branch: main
- Last Pushed: 2023-02-23T16:53:08.000Z (over 3 years ago)
- Last Synced: 2025-03-21T21:45:02.314Z (about 1 year ago)
- Language: PHP
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://packagist.org/packages/pmvc-plugin/default_forward)
[](https://packagist.org/packages/pmvc-plugin/default_forward)
[](https://circleci.com/gh/pmvc-plugin/default_forward/tree/main)
[](https://packagist.org/packages/pmvc-plugin/default_forward)
[](https://packagist.org/packages/pmvc-plugin/default_forward)
# default_forward
## Install with Composer
### 1. Download composer
- mkdir test_folder
- curl -sS https://getcomposer.org/installer | php
### 2. Install by composer.json or use command-line directly
#### 2.1 Install by composer.json
- vim composer.json
```
{
"require": {
"pmvc-plugin/default_forward": "dev-main"
}
}
```
- php composer.phar install
#### 2.2 Or use composer command-line
- php composer.phar require pmvc-plugin/default_forward