Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/axiosleo/tpr-cms
CMS application using TPR
https://github.com/axiosleo/tpr-cms
tpr
Last synced: 3 days ago
JSON representation
CMS application using TPR
- Host: GitHub
- URL: https://github.com/axiosleo/tpr-cms
- Owner: AxiosLeo
- License: mit
- Created: 2017-03-27T09:52:05.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-04-25T08:26:37.000Z (over 1 year ago)
- Last Synced: 2024-05-21T03:13:27.825Z (6 months ago)
- Topics: tpr
- Language: Less
- Homepage:
- Size: 20.4 MB
- Stars: 155
- Watchers: 23
- Forks: 51
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TPR-CMS
> CMS application using TPR.
> Base on [layui2](https://www.layui.com/) and [TPR Framework](https://github.com/AxiosCros/tpr)
> TPR [document](https://github.com/AxiosCros/tpr/wiki)
## Required
- php8.1+
## Download
- github
```shell
git clone https://github.com/AxiosCros/tpr-cms.git
```## Install dependencies
```shell
composer install
```## Quick Start
```shell
composer run start
```- api server
> http://localhost:8088/api.php
- admin system
> http://localhost:8088/index.php### CLI application
```shell
./tpr# or
php tpr
```console output
```shell
Command Tools for TPR application 1.0.0Usage:
command [options] [arguments]Options:
-h, --help Display help for the given command. When no command is given display help for the list command
-q, --quiet Do not output any message
-V, --version Display this application version
--ansi Force ANSI output
--no-ansi Disable ANSI output
-n, --no-interaction Do not ask any interactive question
-v|vv|vvv, --verbose Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debugAvailable commands:
clear Clear cache
help Display help for a command
list List commands
make Generate code of command
```## License
The TPR-CMS is open-sourced software licensed under the [MIT](LICENSE).