PHPackages                             178inaba/tomlara - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. 178inaba/tomlara

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

178inaba/tomlara
================

package for using the config file of toml in laravel.

v1.0.2(9y ago)040MITPHP

Since Apr 17Pushed 9y ago1 watchersCompare

[ Source](https://github.com/178inaba/tomlara)[ Packagist](https://packagist.org/packages/178inaba/tomlara)[ Docs](https://github.com/178inaba/tomlara)[ RSS](/packages/178inaba-tomlara/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (3)Versions (4)Used By (0)

tomlara
=======

[](#tomlara)

[![Total Downloads](https://camo.githubusercontent.com/756856cf74cfdd24e5258bfe7add047ee21784a314c4ee2ccfb2336488300972/68747470733a2f2f706f7365722e707567782e6f72672f313738696e6162612f746f6d6c6172612f646f776e6c6f616473)](https://packagist.org/packages/178inaba/tomlara)[![Latest Stable Version](https://camo.githubusercontent.com/7f9f54b6776941385caf5945828114034038422c573ca0ab7c82fe228266ad15/68747470733a2f2f706f7365722e707567782e6f72672f313738696e6162612f746f6d6c6172612f762f737461626c65)](https://packagist.org/packages/178inaba/tomlara)[![Latest Unstable Version](https://camo.githubusercontent.com/b8888b03eae725ca4cdc8559f971e3e0a8fc32f2e6c34ea350a358fac37de963/68747470733a2f2f706f7365722e707567782e6f72672f313738696e6162612f746f6d6c6172612f762f756e737461626c65)](https://packagist.org/packages/178inaba/tomlara)[![License](https://camo.githubusercontent.com/9f21bfaea9bf154eb59991fde7a15258bd6271ac744608c52d1f2e023269bfe0/68747470733a2f2f706f7365722e707567782e6f72672f313738696e6162612f746f6d6c6172612f6c6963656e7365)](https://packagist.org/packages/178inaba/tomlara)

package for using the config file of [toml](https://github.com/toml-lang/toml) in [laravel](https://laravel.com/).

install
-------

[](#install)

```
$ composer require 178inaba/tomlara
```

how to use
----------

[](#how-to-use)

add `bootstrappers()` method for `app/Http/Kernel.php` and `app/Console/Kernel.php`.

```
