nexophp/boot

Maintainers

Package info

github.com/nexophp/boot

pkg:composer/nexophp/boot

Statistics

Installs: 172

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

v1.0.5 2025-09-19 09:30 UTC

This package is auto-updated.

Last update: 2026-03-11 08:35:00 UTC


README

启动项目必须的

安装

composer require nexophp/boot

路由

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