Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nofutur3/nette-bootstrap
Bootstrap wrapper for Nette Framework with .env support
https://github.com/nofutur3/nette-bootstrap
Last synced: 25 days ago
JSON representation
Bootstrap wrapper for Nette Framework with .env support
- Host: GitHub
- URL: https://github.com/nofutur3/nette-bootstrap
- Owner: nofutur3
- License: mit
- Created: 2018-06-21T11:38:48.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-12-15T11:56:20.000Z (almost 6 years ago)
- Last Synced: 2024-09-28T14:03:30.604Z (about 1 month ago)
- Language: PHP
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Bootstrap wrapper for [Nette](https://www.nette.org) framework
[![Build Status](https://travis-ci.org/nofutur3/nette-bootstrap.svg?branch=master)](https://travis-ci.org/nofutur3/nette-bootstrap)
[![Downloads this Month](https://img.shields.io/packagist/dm/nofutur3/nette-bootstrap.svg)](https://packagist.org/packages/nofutur3/nette-bootstrap)
[![Latest stable](https://img.shields.io/packagist/v/nofutur3/nette-bootstrap.svg)](https://packagist.org/packages/nofutur3/nette-bootstrap)Bootstrap wrapper with dotenv support.
## Installation
The recommended installation is using [composer](https://getcomposer.org/).
```
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](https://nette.org/en/) like this in your bootstrap file:
```
$configurator
->createRobotLoader()
->addDirectory(__DIR__ . 'path/to/library/');
```## Usage