sandbox

Nette Framework sandbox project.

Github星跟踪图

Nette Sandbox

This is a simple pre-packaged and pre-configured application using the Nette
that you can use as the starting point for your new applications.

Nette is a popular tool for PHP web development.
It is designed to be the most usable and friendliest as possible. It focuses
on security and performance and is definitely one of the safest PHP frameworks.

If you like Nette, please make a donation now. Thank you!

Installation

The best way to install Web Project is using Composer. If you don't have Composer yet,
download it following the instructions. Then use command:

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

Make directories temp/ and log/ writable.

Web Server Setup

The simplest way to get started is to start the built-in PHP server in the root directory of your project:

php -S localhost:8000 -t www

Then visit http://localhost:8000 in your browser to see the welcome page.

For Apache or Nginx, setup a virtual host to point to the www/ directory of the project and you
should be ready to go.

It is CRITICAL that whole app/, log/ and temp/ directories are not accessible directly
via a web browser. See security warning.

Requirements

  • Sandbox for Nette 3.0 requires PHP 7.1

To check whether server configuration meets the minimum requirements for
Nette Framework browse to the directory /checker in your project root (i.e. http://localhost:8000/checker).

Adminer

Adminer is full-featured database management tool written in PHP and it is part of this Sandbox.
To use it, browse to the subdirectory /adminer in your project root (i.e. http://localhost:8000/adminer).

Notice: Composer PHP version

This project forces PHP 5.6 (eventually 7.1) as your PHP version for Composer packages. If you have newer
version on production server you should change it in composer.json:

"config": {
	"platform": {
		"php": "7.2"
	}
}

主要指标

概览
名称与所有者nette/sandbox
主编程语言
编程语言PHP (语言数: 0)
平台
许可证
所有者活动
创建于2010-10-09 20:50:19
推送于2023-03-14 00:51:13
最后一次提交2006-01-23 22:54:58
发布数0
用户参与
星数141
关注者数36
派生数105
提交数1
已启用问题?
问题数0
打开的问题数0
拉请求数31
打开的拉请求数0
关闭的拉请求数56
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?