Skip to content

AxiosLeo/tpr-app

Repository files navigation

application for use TPR framework

Framework

Env

  • PHP 8.1+

How to use

install composer library

composer install

start web server

  • Use php built-in web server
php -S localhost:8088 -t public/
  • Use workerman web server
php public/workerman.php start -d

# stop
php public/workerman.php stop

view in the browser : localhost:8088/

use command tool

chmod 755 ./tpr
./tpr

# generate new command
./tpr make command_name

About

simple demo application for use TPR framework

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published