Download the PHP package fcapobianchi/web-project-5 without Composer
On this page you can find all versions of the php package fcapobianchi/web-project-5. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download fcapobianchi/web-project-5
More information about fcapobianchi/web-project-5
Files in fcapobianchi/web-project-5
Package web-project-5
Short Description Standard nette Web Project with bootstrap italia 2
License MIT BSD-3-Clause GPL-2.0 GPL-3.0
Informations about the package web-project-5
Nette Web Project with Bootstrap Italia
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
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 fcapobianchi/web-project-5 path/to/install
cd path/to/install
composer update
npm install
npm start
Make directories temp/ and log/ writable.
Comment .gitignore www/assets/bootstrap-italia
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.
All versions of web-project-5 with dependencies
nette/application Version ^3.1
nette/bootstrap Version ^3.1
nette/caching Version ^3.1
nette/database Version ^3.1
nette/di Version ^3.0
nette/finder Version ^2.5
nette/forms Version ^3.1
nette/http Version ^3.1
nette/mail Version ^3.1
nette/robot-loader Version ^3.3
nette/security Version ^3.1
nette/utils Version ^3.2
latte/latte Version ^2.9
tracy/tracy Version ^2.8