tr1st / simple-nette-web-project
Simple Nette Web Project
Installs: 3
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 1
Language:HTML
Type:project
Requires
- php: >= 7.2
- contributte/application: ^0.3.2
- contributte/bootstrap: ^0.3.1
- contributte/di: ^0.3.0
- contributte/forms: ^0.3.0
- contributte/http: ^0.2.0
- contributte/latte: ^0.3.0
- contributte/mail: ^0.2.0
- contributte/tracy: ^0.3.1
- contributte/utils: ^0.3.1
- nette/robot-loader: ~2.4.4 || ~3.0.4
Requires (Dev)
- contributte/dev: ^0.1
This package is auto-updated.
Last update: 2025-03-01 00:22:53 UTC
README
Made from Snow Project created by Milan Felix Ć ulc.
Provided for even better use and as much simple implementation as possible.
Contains
Backend
Whole project is based on Contributte packages.
contributte/application
contributte/bootstrap
contributte/di
contributte/forms
contributte/http
contributte/mail
contributte/utils
contributte/latte
contributte/tracy
nette/robot-loader
We use RobotLoader for autoloading .
Frontend
There are also some assets included via cdn
.
Installation
You will need PHP >= 7.2
and Composer. Be sure you are on proper version.
Now build you project using composer.
composer create-project tr1st/simple-nette-web-project -s dev path/to/install
Application is now installed, fell free to run it and test as you want to.
Simple Web Server
The easiest way is to use php built-in web server. Just type in your console:
php -S 0.0.0.0:8000 -t www
Then visit http://localhost:8000 in your browser.
Done.