martyd420 / nette-starter
My nette starter project for ispconfig
Installs: 4
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Language:Latte
Type:project
Requires
- php: >= 8.1
- contributte/console: ^0.10.1
- contributte/translation: ^2.0
- latte/latte: ^3.0
- nette/application: ^3.2.3
- nette/bootstrap: ^3.2
- nette/caching: ^3.2
- nette/database: ^3.2
- nette/di: ^3.2
- nette/forms: ^3.2
- nette/http: ^3.3
- nette/mail: ^4.0
- nette/robot-loader: ^4.0
- nette/security: ^3.2
- nette/utils: ^4.0
- nettrine/dbal: ^0.9.0
- nettrine/fixtures: ^0.7.2
- nettrine/migrations: ^0.9.1
- nettrine/orm: ^0.9.0
- orisai/tracy-pets: ^1.0
- tracy/tracy: ^2.10
- ublaboo/datagrid: dev-master
Requires (Dev)
- nette/tester: ^2.5
- symfony/thanks: ^1
This package is auto-updated.
Last update: 2024-12-14 17:30:30 UTC
README
Welcome to the Nette Starter Template! This is a basic skeleton application built using Nette, Doctrine, Contributte, and more, with an optimized directory structure for ISPConfig (and presenters are NOT part of the user interface). Ideal for kick-starting your new web projects. This package also includes simple user registration and login.
Nette is a renowned PHP web development framework, celebrated for its user-friendliness, robust security, and outstanding performance. It's among the safest choices for PHP frameworks out there.
If Nette helps you, consider supporting it by making a donation. Thank you for your generosity!
Requirements
This Web Project is compatible with Nette 3.2 and requires PHP 8.1.
Installation
To install the Web Project, Composer is the recommended tool. If you're new to Composer, follow these instructions. Then, run:
composer create-project martyd420/nette-starter path/to/install
cd path/to/install
Ensure the temp/
and log/
directories are writable.
Web Server Setup
To quickly dive in, use PHP's built-in server:
php -S localhost:8000 -t web
Then, open http://localhost:8000
in your browser to view the welcome page.
TODO
-
Update to latest Nettrine - Try to automatically fix all constants (convert to uppercase)