svatekr / sandbox
Nette sandbox with Dibi.
v1.0.0
2017-06-03 07:52 UTC
Requires
- php: >=5.6.0
- dg/adminer-custom: ^1.6
- dibi/dibi: ^3.0
- latte/latte: ^2.4
- nette/application: ^2.4
- nette/bootstrap: ^2.4.2
- nette/caching: ^2.5
- nette/database: ^2.4
- nette/di: ^2.4
- nette/finder: ^2.4
- nette/forms: ^2.4
- nette/http: ^2.4
- nette/mail: ^2.4
- nette/robot-loader: ^2.4
- nette/safe-stream: ^2.3
- nette/security: ^2.4
- nette/utils: ^2.4
- tracy/tracy: ^2.4
- ublaboo/datagrid: ^5.2
Requires (Dev)
- nette/tester: ^1.6
This package is not auto-updated.
Last update: 2024-09-23 16:20:07 UTC
README
此包基于 Nette sandbox。与它相比,它使用了 Dibi。
安装
传统上使用 composer
composer create-project svatekr/sandbox path/to/install
cd path/to/install
确保目录 temp/
和 log/
有写权限。
Web 服务器
如果你没有 Apache 或其他 Web 服务器,你可以在项目目录中直接通过 PHP 命令启动 Web 服务器
php -S localhost:8000 -t www
然后你的项目将在 https://:8000
运行。
如果你使用 Apache,请设置虚拟主机在 www/
目录。
确保目录 app/
、log/
和 temp/
不可从浏览器访问。这是一个安全问题。请查看 警告。
许可证
- Nette: 新版 BSD 许可证或 GPL 2.0 或 3.0
- Adminer: Apache 许可证 2.0 或 GPL 2