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

https://github.com/nexophp/nexophp

通过模块实现各种需求
https://github.com/nexophp/nexophp

admin admin-dashboard admin-panel framework

Last synced: 25 days ago
JSON representation

通过模块实现各种需求

Awesome Lists containing this project

README

          

# nexophp

nexophp.netlify.app

- 安装

~~~
composer install --ignore-platform-reqs
~~~

- 配置重写

WEB目录指向`public`

~~~
location / {
if (!-e $request_filename){
rewrite ^(.*)$ /index.php last;
}
}
~~~

# 部分截图

依赖其他模块

![](./screenshot/1.png)

![](./screenshot/2.png)

![](./screenshot/3.png)

![](./screenshot/4.png)

# dev

~~~
composer update nexophp/* --ignore-platform-reqs -vvv
~~~