This package is abandoned and no longer maintained. No replacement package was suggested.

php simple mini mvc framework

Maintainers

Details

github.com/srustamov/TT

Source

Issues

Installs: 16

Dependents: 0

Suggesters: 0

Security: 0

Stars: 2

Watchers: 1

Forks: 2

Type:project

v2.0.0 2020-09-16 20:36 UTC

This package is auto-updated.

Last update: 2021-12-12 07:34:01 UTC


README

Build Status Total Downloads Latest Stable Version License

  • Goto Command Line
   $ composer create-project  --prefer-dist srustamov/tt
  • Create local server
   $ php manage server:start --port=8000

http://localhost:8000 - Open browser

  • Getting Application in Production:
  $ php manage production
  • Lists commands:
  $ php manage list