vitek-dev/nette-bootstrap

Simple pre-configuration for nette/bootstrap

v2.0.0 2025-09-08 09:08 UTC

This package is auto-updated.

Last update: 2025-09-08 09:09:04 UTC


README

composer require vitek-dev/nette-bootstrap
  • %projectRoot% parameter with project root path
  • Debug mode according to APP_DEBUG === 'true' environment variable
  • Logs in /var/log
  • Cache in /var/temp
  • Config files:
    • /config/boot.neon - for infrastructure setup (extensions, etc.)
    • /config/app.neon - for application setup (DI services, etc.)
    • /config/local.env.neon - for setting up parameters from environment variables
    • /config/local.neon - optional - for local overrides (should be gitignored)