All Projects → nette → web-project

nette / web-project

Licence: other
Standard Web Project: a simple skeleton application using the Nette

Programming Languages

Latte
28 projects
PHP
23972 projects - #3 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to web-project

Http
🌐 Abstraction for HTTP request, response and session. Provides careful data sanitization and utility for URL and cookies manipulation.
Stars: ✭ 223 (+153.41%)
Mutual labels:  nette, nette-framework
event-dispatcher
💥 Best events support (symfony/event-dispatcher) to Nette Framework (@nette)
Stars: ✭ 23 (-73.86%)
Mutual labels:  nette, nette-framework
Component Model
⚛ Component model foundation for Nette.
Stars: ✭ 117 (+32.95%)
Mutual labels:  nette, nette-framework
Caching
⏱ Caching library with easy-to-use API and many cache backends.
Stars: ✭ 234 (+165.91%)
Mutual labels:  nette, nette-framework
Security
🔑 Provides authentication, authorization and a role-based access control management via ACL (Access Control List)
Stars: ✭ 180 (+104.55%)
Mutual labels:  nette, nette-framework
nette-minified
[DISCONTINUED] Minified version of Nette Framework.
Stars: ✭ 16 (-81.82%)
Mutual labels:  nette, nette-framework
Application
🏆 A full-stack component-based MVC kernel for PHP that helps you write powerful and modern web applications. Write less, have cleaner code and your work will bring you joy.
Stars: ✭ 205 (+132.95%)
Mutual labels:  nette, nette-framework
Tracy
😎 Tracy: the addictive tool to ease debugging PHP code for cool developers. Friendly design, logging, profiler, advanced features like debugging AJAX calls or CLI support. You will love it.
Stars: ✭ 1,345 (+1428.41%)
Mutual labels:  nette, nette-framework
examples
🎓 Examples demonstrating the Nette Framework.
Stars: ✭ 89 (+1.14%)
Mutual labels:  nette, nette-framework
Nette.ajax.js
Flexible AJAX for Nette Framework. Supports snippets, redirects etc.
Stars: ✭ 150 (+70.45%)
Mutual labels:  nette, nette-framework
Safe Stream
SafeStream: atomic and safe manipulation with files via native PHP functions.
Stars: ✭ 101 (+14.77%)
Mutual labels:  nette, nette-framework
dockerfiles
🐳 Dockerfiles for Nette Framework. Nette in Docker. (@nette)
Stars: ✭ 15 (-82.95%)
Mutual labels:  nette, nette-framework
Docs
📖 The Nette documentation
Stars: ✭ 99 (+12.5%)
Mutual labels:  nette, nette-framework
Datagrid
💪 DataGrid for Nette Framework: filtering, sorting, pagination, tree view, table view, translator, etc
Stars: ✭ 224 (+154.55%)
Mutual labels:  nette, nette-framework
Nette
👪 METAPACKAGE for Nette Framework components
Stars: ✭ 1,356 (+1440.91%)
Mutual labels:  nette, nette-framework
Tokenizer
Source code tokenizer
Stars: ✭ 119 (+35.23%)
Mutual labels:  nette, nette-framework
Php Generator
🐘 Generates neat PHP code for you. Supports new PHP 8.0 features.
Stars: ✭ 1,264 (+1336.36%)
Mutual labels:  nette, nette-framework
Naja
Modern AJAX library for Nette Framework
Stars: ✭ 86 (-2.27%)
Mutual labels:  nette, nette-framework
Sandbox
Nette Framework sandbox project.
Stars: ✭ 143 (+62.5%)
Mutual labels:  nette, nette-framework
apitte-openapi
👪 OpenAPI specification for Apitte stack
Stars: ✭ 15 (-82.95%)
Mutual labels:  nette, nette-framework

Nette Web Project

This is a simple, skeleton application using the Nette. This is meant to be used as a starting point for your new projects.

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!

Requirements

  • Web Project for Nette 3.1 requires PHP 7.2

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/web-project 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/, config/, log/ and temp/ directories are not accessible directly via a web browser. See security warning.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].