srustamov / tt
php simple mini mvc framework
Installs: 17
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 1
Forks: 2
Type:project
pkg:composer/srustamov/tt
Requires
- php: >=7.2.5
- srustamov/framework: dev-master
Requires (Dev)
- phpunit/phpunit: ^9.0
- symfony/var-dumper: ^4.3
README
- 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