nofutur3/nette-bootstrap

Bootstrap wrapper for Nette framework

dev-master 2018-12-15 11:55 UTC

This package is auto-updated.

Last update: 2024-03-29 03:50:31 UTC


README

Build Status Downloads this Month Latest stable

Bootstrap wrapper with dotenv support.

Installation

The recommended installation is using composer.

composer require nofutur3/nette-bootstrap

Alternative way - in case you are not able to use composer. Download the source code (ie clone git repo) into your project and require it some way. For nette framework like this in your bootstrap file:

$configurator
    ->createRobotLoader()
    ->addDirectory(__DIR__ . 'path/to/library/');

Usage