galek / docker-nette-web-project
Nette: Docker Standard Web Project
Installs: 23
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 2
Forks: 0
Open Issues: 0
Language:HTML
Type:project
Requires
- php: >= 5.6
- 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 || ^3.0
- nette/security: ^2.4
- nette/utils: ^2.4
- tracy/tracy: ^2.4
Requires (Dev)
- nette/tester: ^2.0
This package is auto-updated.
Last update: 2024-10-24 05:08:02 UTC
README
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
Docker.
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 galek/docker-nette-web-project path/to/install
cd path/to/install
Make directories temp/
and log/
writable.
Start
cd docker
docker-compose up --build -d
Then visit http://localhost:8080
in your browser to see the welcome page.
It is CRITICAL that whole app/
, log/
and temp/
directories are not accessible directly
via a web browser. See security warning.