Application skeleton project of kNot Framework.

Installs: 16

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

Language:JavaScript

0.3.0 2021-06-05 15:08 UTC

This package is auto-updated.

Last update: 2023-05-05 19:23:28 UTC


README

Description

Application skeleton project of kNot Framework.

Requirement

PHP 7.2 or later

Installing knot-php/app

The recommended way to install knot-php/app is through Composer.

composer create-project knot-php/app MyBlog

Starting knot-php/app

it will start php internal web server at port 8880.

cd di
composer start
> php -S localhost:8880 -t public

type URL below in your browser.

http://localhost:8880

License

MIT

Author

stk2k

Disclaimer

This software is no warranty.

We are not responsible for any results caused by the use of this software.

Please use the responsibility of the your self.