2017 © Pedro Peláez
 

library tomlara

package for using the config file of toml in laravel.

image

178inaba/tomlara

package for using the config file of toml in laravel.

  • Tuesday, June 7, 2016
  • by 178inaba
  • Repository
  • 1 Watchers
  • 0 Stars
  • 22 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 5 % Grown

The README.md

tomlara

Total Downloads Latest Stable Version Latest Unstable Version License, (*1)

package for using the config file of toml in laravel., (*2)

install

``` bash $ composer require 178inaba/tomlara, (*3)


## how to use add `bootstrappers()` method for `app/Http/Kernel.php` and `app/Console/Kernel.php`. ``` php <?php //namespace App\Console; namespace App\Http; //use Illuminate\Foundation\Console\Kernel as ConsoleKernel; use Illuminate\Foundation\Http\Kernel as HttpKernel; //class Kernel extends ConsoleKernel class Kernel extends HttpKernel { // ... protected function bootstrappers() { $this->bootstrappers[] = 'Inaba\Tomlara'; return $this->bootstrappers; } }

use func

inspired by Devitek/laravel-yaml-configuration, (*4)

test

$ composer install
$ vendor/bin/phpunit --bootstrap vendor/autoload.php tests

licence

MIT, (*5)

The Versions

07/06 2016

dev-master

9999999-dev https://github.com/178inaba/tomlara

package for using the config file of toml in laravel.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar 178inaba

laravel configuration toml

07/06 2016

v1.0.2

1.0.2.0 https://github.com/178inaba/tomlara

package for using the config file of toml in laravel.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar 178inaba

laravel configuration toml

07/06 2016

v1.0.1

1.0.1.0 https://github.com/178inaba/tomlara

package for using the config file of toml in laravel.

  Sources   Download

MIT

The Requires

 

by Avatar 178inaba

laravel configuration toml

17/04 2016

v1.0.0

1.0.0.0 https://github.com/178inaba/tomlara

package for using the config file of toml in laravel.

  Sources   Download

MIT

The Requires

 

by Avatar 178inaba

laravel configuration toml