nofutur3 / nette-bootstrap
Bootstrap wrapper for Nette framework
dev-master
2018-12-15 11:55 UTC
Requires
- php: >=7.1
- nette/application: ~2.4|~3.0
- nette/di: ~2.4|~3.0
- symfony/dotenv: ^4.0
Requires (Dev)
- codeception/codeception: ^2.2
- friendsofphp/php-cs-fixer: ^2.10
- phpstan/phpstan-shim: ^0.9.2
This package is auto-updated.
Last update: 2024-10-29 05:28:28 UTC
README
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/');