定制 nette/web-project 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

nette/web-project

最新稳定版本:v3.3.1

Composer 安装命令:

composer create-project nette/web-project

包简介

Nette: Standard Web Project

关键字:

README 文档

README

Welcome to the Nette Web Project! This is a basic skeleton application built using Nette, ideal for kick-starting your new web projects.

Nette is a renowned PHP web development framework, celebrated for its user-friendliness, robust security, and outstanding performance. It's among the safest choices for PHP frameworks out there.

If Nette helps you, consider supporting it by making a donation. Thank you for your generosity!

Requirements

This Web Project is compatible with Nette 3.2 and requires PHP 8.2.

Installation

To install the Web Project, Composer is the recommended tool. If you're new to Composer, follow these instructions. Then, run:

composer create-project nette/web-project path/to/install cd path/to/install 

Ensure the temp/ and log/ directories are writable.

Asset Building with Vite

This project supports Vite for asset building, which is recommended but optional. To activate Vite:

  1. Uncomment the type: vite line in the common.neon configuration file under the assets mapping section.

  2. Then set up and build the assets:

     npm install npm run build 

Web Server Setup

To quickly dive in, use PHP's built-in server:

php -S localhost:8000 -t www 

Then, open http://localhost:8000 in your browser to view the welcome page.

For Apache or Nginx users, configure a virtual host pointing to your project's www/ directory.

Important Note: Ensure app/, config/, log/, and temp/ directories are not web-accessible. Refer to security warning for more details.

Minimal Skeleton

For demonstrating issues or similar tasks, rather than starting a new project, use minimal skeleton.

统计信息

  • 总下载量: 90.29k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 110
  • 点击次数: 5
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 109
  • Watchers: 20
  • Forks: 61
  • 开发语言: Latte

其他信息

  • 授权协议: MIT
  • 更新时间: 2026-01-04