Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/matyhtf/framework


https://github.com/matyhtf/framework

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

SPF 框架
----
> 此框架不建议新项目使用,仅用于历史遗留项目

创建工程
----
```
composer create-project matyhtf/skeleton your_project_name
```

启动服务
----
```shell
cd your_project_name/public
php -S 127.0.0.1:8001
```